https://github.com/jdonszelmann/broadcasts
https://github.com/jdonszelmann/broadcasts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdonszelmann/broadcasts
- Owner: jdonszelmann
- Created: 2018-11-01T19:02:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T19:10:50.000Z (over 7 years ago)
- Last Synced: 2025-03-05T22:51:32.179Z (over 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# broadcasts
a simple library providing udp broadcasting of any python object. receiver.py and sender.py are examples of how to make a sender and receiver.
# usage:
just copy the broadcasts folder into your project and import it :)
this module is *not* on pip. im just too lazy
# explanation:
a sender broadcasts an object onto a specific port. all receivers connected to the ip of the sender and looking at this port will receive this message. it's like a radio beacon but then with udp :)