Commit Graph

6 Commits

Author SHA1 Message Date
Robin Müller c1d30aad13 TCP server implementation finished
A lot of smaller tweaks and smaller refactoring done
in UDP TMTC bridge as well
2021-05-05 15:59:41 +02:00
Robin Müller 126def219b continued tmtc server and bridge 2021-05-05 12:59:42 +02:00
Robin Müller 06d34efa74 UDP and TCPIP smaller tweaks
Using AI_PASSIVE now so the UDP server listens to all
addresses (0.0.0.0) instead of just localhost.
Also implemented address print function properly
2021-04-12 12:33:45 +02:00
Robin Müller d625642abc created common OSAL stuff to unify UDP code 2021-03-21 00:30:33 +01:00
Robin Müller 703dfe9854 cleaned up a bit, removed unused fields 2021-03-12 18:30:36 +01:00
Robin Müller bceca86da6 finsihed tcpip refactoring for linux udp 2021-03-12 18:06:24 +01:00