diff --git a/iroha-drip-general-master/README.md b/iroha-drip-general-master/README.md index 30ee9c1612f9515ea75162a6f4c0abd005397221..27284810f343ea2a6bbf1d8b663ebd31cfb6c918 100644 --- a/iroha-drip-general-master/README.md +++ b/iroha-drip-general-master/README.md @@ -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. ## 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