ObiWanLansi / SIGENCE-Scenario-Tool

A little tool to place RF Devices on a map, edit, save and load them, or export the devicelist to a file (.csv, .xml, .xlsx)
GNU Lesser General Public License v3.0
6 stars 4 forks source link

Export The RFDevices Over UDP Connection #21

Closed ObiWanLansi closed 6 years ago

ObiWanLansi commented 6 years ago

Export all the Transmitter over a UDP Connection, The question is, are we the UDP Server and deliver the list, or are we a client and receive the list ???

ObiWanLansi commented 6 years ago

Are we UDP server or client?

ObiWanLansi commented 6 years ago

The maximum size of a UDP datagram is theoretically 65,535 bytes, since the length field of the UDP header is 16 bits long and the largest number that can be represented by 16 bits is just 65,535 (= 216-1). However, such large segments are fragmented by IP. In practice, the maximum possible length of a UDP datagram is subject to further limitations.