-
Notifications
You must be signed in to change notification settings - Fork 3
Peer to peer chat-program that sends data over Wi-Fi without associations.
License
vdloo/Beacontalk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Beacontalk is a simple chat program that uses wireless beacon frames to transmit and receive data. To use Beacontalk, your wireless card has to be in monitor mode. Using the madwifi drivers you can achieve this by entering the following command. $ ifconfig wlan0 down; iwconfig wlan0 mode monitor; ifconfig wlan0 up Where wlan0 is your wireless device of course. To put your wireless card back to normal change 'iwconfig mode monitor' to 'iwconfig mode managed'. Make sure the wificards you are using are on the same frequency. Using iwconfig you can set a frequency like this: $ ifconfig wlan0 down; iwconfig wlan0 freq 2.412G; ifconfig wlan0 up;
About
Peer to peer chat-program that sends data over Wi-Fi without associations.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published