Zugriff auf Eigenschaften der LAN-Schnittstelle (PacketSize)
Wenn dein Problem oder deine Frage geklärt worden ist, markiere den Beitrag als "Lösung",
indem du auf den "Lösung" Button rechts unter dem entsprechenden Beitrag klickst. Vielen Dank!
11.08.2011, 06:40 (Dieser Beitrag wurde zuletzt bearbeitet: 11.08.2011 06:41 von Y-P.)
Zitat:If you mean the IP packet size used by the various netwerk entities, there is no real way to do that on TCP/IP level. If at all possible you will need to go on a lower protocol level such as ICMP or similar. Still I'm not sure it can be done at all, since the IP protocol is constructed in such a way, that any router or sometimes even gateaway is able to repackage your data in whatever way it likes if it only guarantees that the data is not altered.
You will have to checkout the specific Internet Protocol discussions and if you find something be prepared to create some external code in a DLL, since LabVIEW does not give you access to other low level protocols other than UDP and TCP.\
If you mean the actual data size transmitted by the other side this must be done by either:
1) Fixed size data packages where the package identifier or whatever is enough to know what follows
2) Explicite embedding of the data size in the data stream
3) termination character recognition such as carriage return/line feed
-------------------------------------------------------------------------- Bitte stellt mir keine Fragen über PM, dafür ist das Forum da - andere haben vielleicht auch Interesse an der Antwort !!
--------------------------------------------------------------------------