Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilteoood/p2p_library
With p2p_library you can easily create a Wi-Fi Direct network
https://github.com/ilteoood/p2p_library
Last synced: 22 days ago
JSON representation
With p2p_library you can easily create a Wi-Fi Direct network
- Host: GitHub
- URL: https://github.com/ilteoood/p2p_library
- Owner: ilteoood
- License: gpl-3.0
- Created: 2016-07-29T12:35:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T15:42:15.000Z (over 8 years ago)
- Last Synced: 2024-10-18T23:08:39.278Z (3 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
With p2p_library you can easily create a Wi-Fi Direct network!
You can find an example of use of this library inside the main.py file; it requires these parameters:
- -i or --interface, used to specify the network interface card. Mandatory.
- -o or --go, used to create the group with the Group Owner role. Optional.
- -c or --client, used to create the group with the Client role. Optional, is the default choice.To work, this software needs: wpa_supplicant, D-BUS, GObject and Python (obviously).
The main.py implements these commands:
- !!: repeat the last command
- ls: print the list of the nearby devices
- connect : send an invitation
- disconnect: remove the device from the group
- flush: clean the interface cache
- invite : send an invitation for an already formed group
- join : join the group that use as go