Results 1 to 1 of 1
I want to write a program in Python that sends a broadcast message using raw sockets. The system where this program will run has no IP or default route defined, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-19-2013 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 32
How to send a broadcast message using raw sockets in Python?
I want to write a program in Python that sends a broadcast message using raw sockets. The system where this program will run has no IP or default route defined, hence the reason I need to use a broadcast message.
I've done some searches and found some bits and pieces about using raw sockets in Python, but I haven't been able to find an example that explains how to construct a broadcast message using raw sockets.
Any pointers would be appreciated.


Reply With Quote
