Wrong instructions on gateway for personalizer?
-
@anticimex With the "&&" you are basically launch 3 instructions with one row. It is the same thing that you launch first command and press enter. Wait for compute, type 2nd and press enter and so on...
So, do you confirm they are out of alignment? If yes, I open the bug on github.
Thank you!
@sineverba right, but I thought mysgw actually started the GW. It does not matter, the issue here is that the output from mysgw suggests changes in the security personalizer which are not there anymore so it needs to be updated. So yes, please report a bug on it.
-
Hi
Is any place where we can found step by step manual how secure and singin gateway and nodes ? I use radio RFM69HW. -
I found this
https://forum.mysensors.org/topic/4803/building-a-raspberry-pi-gateway/350But how use it on my Gateway on RPi3 with radio RFM69HW ? I think about point number 1... Because --my-rfm69-encryption-enable not reconized......
-
I found this
https://forum.mysensors.org/topic/4803/building-a-raspberry-pi-gateway/350But how use it on my Gateway on RPi3 with radio RFM69HW ? I think about point number 1... Because --my-rfm69-encryption-enable not reconized......
@pepson you asked about signing? Encryption is a different thing. @marceloaqno?
-
I found this
https://forum.mysensors.org/topic/4803/building-a-raspberry-pi-gateway/350But how use it on my Gateway on RPi3 with radio RFM69HW ? I think about point number 1... Because --my-rfm69-encryption-enable not reconized......
@pepson said in Wrong instructions on gateway for personalizer?:
But how use it on my Gateway on RPi3 with radio RFM69HW ? I think about point number 1... Because --my-rfm69-encryption-enable not reconized......
You need to uncomment the //#define MY_RFM69_ENABLE_ENCRYPTION in myconfig.h on the RPI and recompile the gw.
-
@pepson said in Wrong instructions on gateway for personalizer?:
But how use it on my Gateway on RPi3 with radio RFM69HW ? I think about point number 1... Because --my-rfm69-encryption-enable not reconized......
You need to uncomment the //#define MY_RFM69_ENABLE_ENCRYPTION in myconfig.h on the RPI and recompile the gw.
@gohan I suggest you avoid hacking in MyConfig.h. Just define what you need in the sketch prior to including MyConfig.h instead. MyConfig.h provide default values. Most of these are designed to be overridden. That way, you only need to change your ino file and not mess with the library code. If you have multiple sketches using the same library they will inherit anything you hack on the common code (like MyConfig.h) and that is not necessarily what you want.
-
@pepson said in Wrong instructions on gateway for personalizer?:
But how use it on my Gateway on RPi3 with radio RFM69HW ? I think about point number 1... Because --my-rfm69-encryption-enable not reconized......
You need to uncomment the //#define MY_RFM69_ENABLE_ENCRYPTION in myconfig.h on the RPI and recompile the gw.
-
what is then the rfm69 encryption command? I didn't find it and the one I set in myconfig actually does the job.
@gohan well, that is indeed strange because the entire feature is not existing (see here: https://github.com/mysensors/MySensors/pull/1054)
Please don't give incorrect advice on security topics.
Where have you found the flag you mention?Edit: wrong radio and pr, I mean this: https://github.com/mysensors/MySensors/pull/1056