Skip to content
ebiiii edited this page Oct 16, 2014 · 1 revision

##UDP Wrapper The short name of this wrapper is udp. It allows GSN to receive arbitrary data on a UDP port of the machine on which it is running. There is only one parameter, named port. Received data is published under the type BINARY and the name RAW_PACKET.

Parameters:

  • port Integer between 1 and 65535 representing the port number on which the wrapper should listen to.
<address wrapper="udp">
 <predicate key="PORT">12345</predicate>
</address>
<query>select RAW_PACKET,TIMED from WRAPPER</query>