Home Forums Support Packet Handler problem

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1083
    Anonymous
    Inactive

    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 ?

    #1084
    Anonymous
    Inactive

    How can I handle incomming packages without packet type ?

    In order for NetworkComms to correctly handle incoming packets you must always provide some sort of packetType. You can choose quite freely:

    “THisIsMyPacketType”
    “ARandomPacketType”
    etc.

    Regards,
    Marc

    #1085
    Anonymous
    Inactive

    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.

    Do I understand correctly ?

    #1086
    Anonymous
    Inactive

    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.

    Marc

    #1096
    Anonymous
    Inactive

    Our requirement is very common case. Your library is very attractive and we are interested in this functionality.

    Good luck.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.