Skip to content

Communication with "general" UDP objects in the form `name:type:data` where type and data follow python struct guidelines

Notifications You must be signed in to change notification settings

malakaM/udp_communication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeneralUDP

Blocks that can communicate with general UDP objects


GeneralUDP

Recieve and convert general UDP data into signals.

General UDP data is in the form name:type:data where where type and data follow python struct guidelines

Properties

  • host: IP Address to bind the host UDP server to
  • port: Integer port number to bind the host UDP server to

Dependencies

None

Commands

None

Input

None

Output

One signal per streamed UDP packet.

The name will be the name specified in the packet

The data will always be an array of data of the format specified in the packet

About

Communication with "general" UDP objects in the form `name:type:data` where type and data follow python struct guidelines

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%