Skip to content

Peer to peer chat-program that sends data over Wi-Fi without associations.

License

Notifications You must be signed in to change notification settings

bradparks/Beacontalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published