I'm new to python3 and scratching my head to write a program for this logic:
classA.py
Class A:
# class for socket communication
basic init method that initializes port, address, connection
method send(message):
# for sending any message through the given por
On Thursday, 12 October 2017 13:38:55 UTC+5:30, 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
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?
--
https://mail.python.org/mailman/listinfo/python-list
I have my python application running on Raspberry Pi and it needs to be
configured every time. Hence I want to access this .config file over online and
configure it exactly like how we can configure our router, but I want to use
only web sockets.
--
https://mail.python.org/mailman/listinfo/pyth