MAJOR CHANGE - messages can now be of variable size
Showing
- NetworkingLib/CMakeLists.txt 10 additions, 3 deletionsNetworkingLib/CMakeLists.txt
- NetworkingLib/include/Closeable.h 13 additions, 6 deletionsNetworkingLib/include/Closeable.h
- NetworkingLib/include/DatagramReceiver.h 56 additions, 44 deletionsNetworkingLib/include/DatagramReceiver.h
- NetworkingLib/include/DatagramSender.h 27 additions, 25 deletionsNetworkingLib/include/DatagramSender.h
- NetworkingLib/include/Message.h 76 additions, 33 deletionsNetworkingLib/include/Message.h
- NetworkingLib/include/Resolver.h 54 additions, 48 deletionsNetworkingLib/include/Resolver.h
- NetworkingLib/include/ServiceClient.h 49 additions, 74 deletionsNetworkingLib/include/ServiceClient.h
- NetworkingLib/include/ServiceServer.h 16 additions, 16 deletionsNetworkingLib/include/ServiceServer.h
- NetworkingLib/include/Socket.h 183 additions, 66 deletionsNetworkingLib/include/Socket.h
- NetworkingLib/include/Stream.h 97 additions, 22 deletionsNetworkingLib/include/Stream.h
- NetworkingLib/src/Networking.cpp 5 additions, 2 deletionsNetworkingLib/src/Networking.cpp
- NetworkingLib/src/Socket.cpp 35 additions, 0 deletionsNetworkingLib/src/Socket.cpp
- NetworkingLib/src/Stream.cpp 33 additions, 0 deletionsNetworkingLib/src/Stream.cpp
- NetworkingLib/src/Time.cpp 8 additions, 2 deletionsNetworkingLib/src/Time.cpp
- NetworkingLib/src/Timer.cpp 7 additions, 2 deletionsNetworkingLib/src/Timer.cpp
- NetworkingLib/test/PlatoonMessage.h 57 additions, 26 deletionsNetworkingLib/test/PlatoonMessage.h
- NetworkingLib/test/Test.cpp 35 additions, 21 deletionsNetworkingLib/test/Test.cpp
Please register or sign in to comment