Skip to content

samapraku/WifiDirectApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app uses WiFi Direct (P2P) to communicate with Raspberry pi 3 model B.

It is a derivation based on the following works:
https://github.com/martinohanlon/BlueDot
https://github.com/luckyhandler/example-wifi-direct

The Raspberry pi app counterpart was developed using Django.
https://github.com/samapraku/Django-2D-Breakout

WiFi Direct works at the network level. Once a connection is established, communication takes place via tcp sockkets.
The Django application should run on the same subnet or network as the smartphone is connected to. The android app connects on port 8888

The port can be changed in this file:
WifiP2pConnectionManager.kt#L63

About

Android app that uses WiFi Direct (P2P) to communicate with Raspberry pi 3 model B

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published