Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Development
  3. Wrong instructions on gateway for personalizer?

Wrong instructions on gateway for personalizer?

Scheduled Pinned Locked Moved Development
20 Posts 4 Posters 2.9k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • pepsonP Offline
    pepsonP Offline
    pepson
    wrote on last edited by
    #6

    Hi
    Is any place where we can found step by step manual how secure and singin gateway and nodes ? I use radio RFM69HW.

    A 1 Reply Last reply
    0
    • pepsonP pepson

      Hi
      Is any place where we can found step by step manual how secure and singin gateway and nodes ? I use radio RFM69HW.

      A Offline
      A Offline
      Anticimex
      Contest Winner
      wrote on last edited by
      #7

      @pepson https://www.mysensors.org/apidocs/group__MySigninggrpPub.html

      Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

      1 Reply Last reply
      0
      • pepsonP Offline
        pepsonP Offline
        pepson
        wrote on last edited by
        #8

        I found this
        https://forum.mysensors.org/topic/4803/building-a-raspberry-pi-gateway/350

        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......

        A gohanG 2 Replies Last reply
        0
        • pepsonP pepson

          I found this
          https://forum.mysensors.org/topic/4803/building-a-raspberry-pi-gateway/350

          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......

          A Offline
          A Offline
          Anticimex
          Contest Winner
          wrote on last edited by
          #9

          @pepson you asked about signing? Encryption is a different thing. @marceloaqno?

          Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

          1 Reply Last reply
          0
          • pepsonP Offline
            pepsonP Offline
            pepson
            wrote on last edited by
            #10

            But for what is signing and for what is encryption ?

            A 1 Reply Last reply
            0
            • pepsonP pepson

              But for what is signing and for what is encryption ?

              A Offline
              A Offline
              Anticimex
              Contest Winner
              wrote on last edited by
              #11

              @pepson Could you rephrase that question please? I don't understand it. Have you read the documentation I linked to?

              Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

              1 Reply Last reply
              0
              • pepsonP pepson

                I found this
                https://forum.mysensors.org/topic/4803/building-a-raspberry-pi-gateway/350

                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......

                gohanG Offline
                gohanG Offline
                gohan
                Mod
                wrote on last edited by
                #12

                @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.

                A 2 Replies Last reply
                0
                • gohanG gohan

                  @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.

                  A Offline
                  A Offline
                  Anticimex
                  Contest Winner
                  wrote on last edited by
                  #13

                  @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.

                  Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                  1 Reply Last reply
                  0
                  • gohanG gohan

                    @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.

                    A Offline
                    A Offline
                    Anticimex
                    Contest Winner
                    wrote on last edited by
                    #14

                    @gohan furthermore, for rPi, configuration is handled with the configure tool. Not MyConfig.h.

                    Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                    1 Reply Last reply
                    0
                    • gohanG Offline
                      gohanG Offline
                      gohan
                      Mod
                      wrote on last edited by
                      #15

                      what is then the rfm69 encryption command? I didn't find it and the one I set in myconfig actually does the job.

                      A 1 Reply Last reply
                      0
                      • gohanG gohan

                        what is then the rfm69 encryption command? I didn't find it and the one I set in myconfig actually does the job.

                        A Offline
                        A Offline
                        Anticimex
                        Contest Winner
                        wrote on last edited by Anticimex
                        #16

                        @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

                        Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                        1 Reply Last reply
                        0
                        • gohanG Offline
                          gohanG Offline
                          gohan
                          Mod
                          wrote on last edited by
                          #17

                          On line 753 of myconfig.h

                          A 1 Reply Last reply
                          0
                          • gohanG gohan

                            On line 753 of myconfig.h

                            A Offline
                            A Offline
                            Anticimex
                            Contest Winner
                            wrote on last edited by
                            #18

                            @gohan see my edit

                            Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                            1 Reply Last reply
                            0
                            • gohanG Offline
                              gohanG Offline
                              gohan
                              Mod
                              wrote on last edited by
                              #19

                              I don't understand what you want me to do

                              A 1 Reply Last reply
                              0
                              • gohanG gohan

                                I don't understand what you want me to do

                                A Offline
                                A Offline
                                Anticimex
                                Contest Winner
                                wrote on last edited by
                                #20

                                @gohan don't suggest people hack in MyConfig.h because it's the wrong thing to do.

                                Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                                1 Reply Last reply
                                0

                                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                With your input, this post could be even better 💗

                                Register Login
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                16

                                Online

                                12.1k

                                Users

                                11.2k

                                Topics

                                113.4k

                                Posts


                                Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • MySensors
                                • OpenHardware.io
                                • Categories
                                • Recent
                                • Tags
                                • Popular