I’m trying to implement with your library server that will receive packages from GPS trackers but I can not realize simple steps. I can connect to server, but server ignores messages.
The method NetworkComms.AppendGlobalIncomingPacketHandler<T> requires not nullable parameter – packetTypeStr.
How can I handle incomming packages without packet type ?
This means that both the client and the server must use same PacketType. In my scenario, the Client is GPS tracker (third party device), which knows nothing about PacketType. In this case we can’t take advantage of your library.
In this case we can’t take advantage of your library.
Unfortunately you are correct. NetworkComms.Net is a high level communication library. We may consider this functionality in the future but it is not currently on our development map.