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

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

parent 18a8fa20
No related branches found
No related tags found
No related merge requests found
# TDDE21 DRIP 2022
This repo contains three DRIP related projects, the Android receiver app, the backend, and the transmitter.
More information can be found in the respective subfolder's README.
\ No newline at end of file
More information can be found in the respective subfolder's README.
......@@ -10,6 +10,9 @@ 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.
## 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'.
## iroha
Contains various scripts and files to help build the Iroha blockchain registry. See setup for how to use the relevant scripts.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment