🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

s2u

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s2u

This is a kind of bridge that exchanges serial streams and UDP packets for xkit.

0.3.0
Maintainers
1

This is a kind of bridge that exchanges serial streams and UDP packets for xkit.

[Device A] <---SLIP data---> [(serial) <---Exchange Serial2UDP---> (network)] <---UDP packet---> [Device B]
                             |--------------------s2u-----------------------| |------local or remote------|

History

  • V0.3.0
    • Supports SLIP serial data
    • Supports UDP and Multicast

Install

pip install s2u

Dependencies

  • pyserial
  • genlib

Run

Window

s2u --sport=com1

linux

s2u --sport=/dev/stty1

options
--sport=<serial port>
--baud=<baud> (default 115200)
--ip=<server ip> (default 127.0.0.1)
--mcast
--group=<group> (default 239.8.7.6)
--iport=<port> (default 7321)
--log=<stream | file>

Keywords

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts