I want to have data communication between two Ubuntu computers using wireless without the need of internet. I want them to transmit and receive wirelessly but I want to build my own communication process. Is there any tool/lib that allows me to control the wireless card? I want to have data communication, but I would like to define how and what data is transmuted between the two computers.
For now I would be glad with simple answers to:
- How to connect two Ubuntu computers wirelessly without using the Internet
- How to control data sent through a wireless card
I want to use python or java, but any answer will help.