08-09-2007 09:33 AM
08-09-2007 01:42 PM
11-13-2007 09:45 AM
Thank you for the information. Is there a way to send RAW ethernet packets without using Winpcap? UDP sender will not work since the packets formed are not formated as such. The problem I have with Winpcap is understanding the structures and understanding how to interface Labview with pointers to structures. For example:
Boolean PacketSendPacket( LPADAPTER AdapterObject, LPPACKET lpPacket, BOOLEAN Sync)
My guess it the best approach to this is to write a wrapper to it. My skill at writing wrappers is pretty limited, mostly a couple examples. What would the best approach of a wrapper? My thoughts, which are pretty limited, is to pass the elements (packet info) to a .dll that then includes the PacketSendPacket function in it. Or is there a better way to handle pointers to structures in Labview?
Thanks in advance, really appreciate this forum and learning the language.
Andy
11-14-2007
03:35 PM
- last edited on
05-02-2025
10:43 AM
by
Content Cleaner
Hi,
Would you like to use TCP or UDP communication? We have several examples in the LabVIEW Help that show these types of communication. You can access these examples by choosing Help»Find Examples in LabVIEW.
Here are some other documents that explain more about TCP and UDP communication. Let me know if this helps!