Commit Graph

14 Commits

Author SHA1 Message Date
Andrew Welker
43efa2de18 fix: (PepperDash Core) Fix issue with stream debugging and bytes received
Also fixed some spelling errors and added length info to the received messages for UDP, TCP, and SSH clients
2021-07-01 14:00:27 -06:00
Alex Johnson
3725980462 Adds better stream debugging for SendText methods 2021-03-04 11:02:19 -05:00
Andrew Welker
6133df971d Initialize StreamDebugging from S+ constructors 2020-08-14 10:51:49 -06:00
Neil Dorin
8f075fbed7 Adds IStreamDebugging and associated logic to implment on TCP, SSH and UDP methods 2020-06-09 14:05:27 -06:00
Neil Dorin
814e0f247c closes PDC-43 and adds correct condition before printing statment in Debug class. 2020-02-11 14:52:34 -07:00
Joshua Gutenplan
f0ad3b3706 Added event for connected to drive connected fb on module. Status change is there but it uses socket status which is not available in UDP. 2019-06-26 19:36:19 -07:00
Joshua Gutenplan
a9dbaf21c2 Added a few hooks for S+ in udp class no logic change just additions for s+ 2019-06-25 18:19:17 -07:00
Jason T Alborough
b3a003352e # PDC-5 AddQueueToGenericUdpServer
- Removed the Finally statement. Using finally caused a null refence exception for the CCriticalSection object at shutdown.
2019-04-25 08:32:46 -04:00
Neil Dorin
9e76a817fc Added additional inline comments for clarity 2019-04-24 11:30:58 -06:00
Neil Dorin
47b0399e3a Reworks dequeueing and CCriticalSection usage to ensure proper threading behavoir. 2019-04-24 11:16:57 -06:00
Jason T Alborough
54324d7e43 # GenericUdpServer
- Adds an event GenericUdpReceiveTextExtraArgs which has args that include TextRx, BytesRx, IpAddressRecivedFrom, PortRecievedFrom
- Removes the getter property for LastMessageReceivedFrom
2019-04-22 10:30:39 -04:00
Jason T Alborough
73b9cd8c31 Adds a getter in GenericUdpServer for the UdpServer property IPAddressLastMessageReceivedFrom 2019-04-19 11:31:59 -04:00
Neil Dorin
4fc70731c1 Updates to Device to add PreActivate and PostActivate methods. GenericUdpServer initially tested and working. 2018-12-14 16:54:31 -07:00
Neil Dorin
61a94ec6d6 Initial work on GenericUdpServer 2018-12-12 16:26:18 -07:00