Want to write a python code for sending and receiving frames over wifi/wlan0 using python

Tim Golden mail at timgolden.me.uk
Thu Oct 12 04:16:20 EDT 2017


On 12/10/2017 09:08, T Obulesu wrote:
> Hello all, I want to send some frames defined by me{Example,
> [0x45,0x43,0x32]} to the raspberry pi from any
> macine(Desktop/Laptop/other raspberry pi). But I want to send those
> frames over wifi or use wlan0 using python Any suggestions?
> 

Are you talking about literal network frames?

https://en.wikipedia.org/wiki/Frame_(networking)

Or merely data which represents some kind of "frame" in your application?

ie are you looking for low-level control of the network device? Or
merely a way to transmit data across a network generally?

TJG



More information about the Python-list mailing list