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. Hardware
  3. Future network topology (for discussion)

Future network topology (for discussion)

Scheduled Pinned Locked Moved Hardware
gatewaynetwork
13 Posts 5 Posters 8.2k Views 3 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.
  • R RJ_Make

    Would this be the place to discuss the addition of a security layer?

    Anyway, I've been waiting for some stability on the Ethernet side, (seems like I read far more problems then with serial) before I make the switch. Bottom line, this topology looks vastly superior over existing.

    A Offline
    A Offline
    axillent
    Mod
    wrote on last edited by
    #3

    @ServiceXp it is better to keep discussion about security separate.

    with new topology a discussion about security layer can be limited only to NRF24 physical layer

    sense and drive

    1 Reply Last reply
    0
    • J Offline
      J Offline
      John
      Plugin Developer
      wrote on last edited by
      #4

      @axillent I do get the point, but I'm having some difficulties with the drawing

      The controller seems now also acting as a gateway between the home access router and the internet, introducing an extra router like device and immediate access from outside the home/business network.

      I would say swap the home router and smart home texts and draw the arrow from the mobile phone to the newly located smart home text.

      If the cloud@node is able to access the internet it should have a bidirectional arrow to the home router. It now seems it is able to access the internet just like the mobile without the need of a local access point. To make it more clear of the cloud@node's functionality to be able to access the internet keep the current arrow, and give the internet access arrow a different color, example green. Point the green arrow to the home router and from home router to internet icon.

      My Domotica project: http://www.pidome.org

      A 1 Reply Last reply
      0
      • H Offline
        H Offline
        hek
        Admin
        wrote on last edited by
        #5

        Encryption is handled by the cloud@node right?
        Is the idea that gate@nodes post (or keep an data interchange connection open) to both "Smart Home" and cloud?

        A 1 Reply Last reply
        0
        • J John

          @axillent I do get the point, but I'm having some difficulties with the drawing

          The controller seems now also acting as a gateway between the home access router and the internet, introducing an extra router like device and immediate access from outside the home/business network.

          I would say swap the home router and smart home texts and draw the arrow from the mobile phone to the newly located smart home text.

          If the cloud@node is able to access the internet it should have a bidirectional arrow to the home router. It now seems it is able to access the internet just like the mobile without the need of a local access point. To make it more clear of the cloud@node's functionality to be able to access the internet keep the current arrow, and give the internet access arrow a different color, example green. Point the green arrow to the home router and from home router to internet icon.

          A Offline
          A Offline
          axillent
          Mod
          wrote on last edited by
          #6

          @John thanks to be so critical in small details))
          My picture has no goal to replicate home ethernet network
          The goal is only to show links between important components used directly or indirectly by MySensors
          But any way, the new picture should reduce number of questions

          Mysensors-Network-2015-01.jpg

          sense and drive

          1 Reply Last reply
          0
          • H hek

            Encryption is handled by the cloud@node right?
            Is the idea that gate@nodes post (or keep an data interchange connection open) to both "Smart Home" and cloud?

            A Offline
            A Offline
            axillent
            Mod
            wrote on last edited by
            #7

            @hek said:

            Encryption is handled by the cloud@node right?
            Is the idea that gate@nodes post (or keep an data interchange connection open) to both "Smart Home" and cloud?

            in my idea the cloud@node is the node able to listen/sniff for the IP packets coming from sens@nodes to Controll Center. The cloud@node can be configured to filter needed devices and child_nodes and post this data to MySensors@Cloud for the storage, analysis and sharing
            I do not assume that anyone else on the network need to take care about cloud@node job

            sense and drive

            J 1 Reply Last reply
            0
            • A axillent

              @hek said:

              Encryption is handled by the cloud@node right?
              Is the idea that gate@nodes post (or keep an data interchange connection open) to both "Smart Home" and cloud?

              in my idea the cloud@node is the node able to listen/sniff for the IP packets coming from sens@nodes to Controll Center. The cloud@node can be configured to filter needed devices and child_nodes and post this data to MySensors@Cloud for the storage, analysis and sharing
              I do not assume that anyone else on the network need to take care about cloud@node job

              J Offline
              J Offline
              John
              Plugin Developer
              wrote on last edited by John
              #8

              @axillent Small details can often answer big questions ;)

              Does this also mean that controllers would be able to interact with the cloud@node to be able to pass data eligible for remote storage to this instance?

              How do you want to listen/sniff packets, broadcast, unicast, multicast? Or is the idea to have dedicated tcp connections to the gates?

              My Domotica project: http://www.pidome.org

              A 1 Reply Last reply
              0
              • J John

                @axillent Small details can often answer big questions ;)

                Does this also mean that controllers would be able to interact with the cloud@node to be able to pass data eligible for remote storage to this instance?

                How do you want to listen/sniff packets, broadcast, unicast, multicast? Or is the idea to have dedicated tcp connections to the gates?

                A Offline
                A Offline
                axillent
                Mod
                wrote on last edited by
                #9

                @John All is for discussion
                I think it will be much more flexible if cloud@node will be working in passive mode, sniffing unicast communication.
                Etc. in my scenario sensor@node sends data (temperature for example) through the gate@node to Control Center
                This data contains ID of the sensor@node and also child_ID of the particular sensor parameter.

                cloud@node will sniffer all unicast packets to Control Center and will filter out IDs not matching it's configuration
                Any matching packets will be post to MySensors@Cloud

                For me it could be sufficient for the cloud@node to hear all sens@nodes.
                Do you see any scenario for the Control Center to post data to cloud@node?

                sense and drive

                J 1 Reply Last reply
                0
                • A axillent

                  @John All is for discussion
                  I think it will be much more flexible if cloud@node will be working in passive mode, sniffing unicast communication.
                  Etc. in my scenario sensor@node sends data (temperature for example) through the gate@node to Control Center
                  This data contains ID of the sensor@node and also child_ID of the particular sensor parameter.

                  cloud@node will sniffer all unicast packets to Control Center and will filter out IDs not matching it's configuration
                  Any matching packets will be post to MySensors@Cloud

                  For me it could be sufficient for the cloud@node to hear all sens@nodes.
                  Do you see any scenario for the Control Center to post data to cloud@node?

                  J Offline
                  J Offline
                  John
                  Plugin Developer
                  wrote on last edited by
                  #10

                  @axillent
                  All clear!

                  I see a lot of opportunities in having a controller post sensor data to the could@node, unless you want to restrict it only to mysensors (which those segments do not imply by the way).

                  Cheers.

                  My Domotica project: http://www.pidome.org

                  A 1 Reply Last reply
                  0
                  • J John

                    @axillent
                    All clear!

                    I see a lot of opportunities in having a controller post sensor data to the could@node, unless you want to restrict it only to mysensors (which those segments do not imply by the way).

                    Cheers.

                    A Offline
                    A Offline
                    axillent
                    Mod
                    wrote on last edited by
                    #11

                    @John OK
                    but can you provide an example?

                    the goal of the cloud@node is to collect data from very simple sensor@nodes and pass this data to MySensor@Cloud
                    he also contain a configuration about what to collect, when and how often

                    if Control Center needs to record data on MySensors@Cloud it can post data directly to MySensors@Cloud
                    What could be the additional value of the cloud@node in this need?

                    sense and drive

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      John
                      Plugin Developer
                      wrote on last edited by John
                      #12

                      @axillent

                      The latter would then be the obvious choice, wasn't thinking of that... (discard my last question)

                      My Domotica project: http://www.pidome.org

                      1 Reply Last reply
                      0
                      • Swati SharmaS Offline
                        Swati SharmaS Offline
                        Swati Sharma
                        wrote on last edited by
                        #13

                        Network topology is the bargain of the assorted rudiments (links, nodes) of a computer network. Fundamentally, it is the topological arrangement of a complex & may represent actually or reasonably.

                        link text

                        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


                        19

                        Online

                        12.0k

                        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