Skip to content
Snippets Groups Projects
Commit 4e503a44 authored by Younus Salman's avatar Younus Salman
Browse files

update reedme for the sender folder to contain information about the wifi

parent 2af174e1
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ drippy is a python package containing modules to read host identity protocol xml ...@@ -11,6 +11,7 @@ drippy is a python package containing modules to read host identity protocol xml
`beacon.py` is used to broadcast legacy bluetooth frames for ASTM F3411-19 basic ID, location and authentication messages. It uses drippy to read host identity files, from which an identity will be used for the basic ID messages. If an iroha private key file is specified, then it will also attempt to send location updates to the blockchain. Type `python beacon.py -h` for more information on how to use the script. Note that sudo priviledges will be required to run the hci commands in the script. `beacon.py` is used to broadcast legacy bluetooth frames for ASTM F3411-19 basic ID, location and authentication messages. It uses drippy to read host identity files, from which an identity will be used for the basic ID messages. If an iroha private key file is specified, then it will also attempt to send location updates to the blockchain. Type `python beacon.py -h` for more information on how to use the script. Note that sudo priviledges will be required to run the hci commands in the script.
## wifi ## wifi
Wifi is integrated in the beacon.py. It can be activated by using the flag '--wifi'. To be able to send messages through wifi, you need to get the mac address of the sending device by using the uuid library. Install it with 'pip install uuid'. Wifi is integrated in the beacon.py. It can be activated by using the flag '--wifi'. To be able to send messages through wifi, you need to get the mac address of the sending device by using the uuid library. Install it with 'pip install uuid'.
## iroha ## iroha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment