On Thu, Oct 12, 2017, 9:10 PM T Obulesu <[email protected]> wrote: > I want to send some frames defined by me{Example, [0x45,0x43,0x32]} to the > raspberry pi from any machine(Desktop/Laptop/other raspberry pi). But I > want to send those frames over wifi or use wlan0 using python3.4 Any > suggestions? >
Did you try searching for examples of how to send raw packets over a socket in python? Here is an example: https://stackoverflow.com/a/12255141/496445 Does that help? -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/c832c8f4-5cc8-482d-abfe-12e8b3bfa5c6%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/c832c8f4-5cc8-482d-abfe-12e8b3bfa5c6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1xtc%3DOOobD6q9T-U%2B0MOqLZnuX5AwZqfO_chJWx3VLLA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
