Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. I’ve been working on a little simulator for MeshCore, written entirely using Claude Code.

I’ve been working on a little simulator for MeshCore, written entirely using Claude Code.

Scheduled Pinned Locked Moved Uncategorized
meshcore
11 Posts 6 Posters 0 Views
  • 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.
  • matthew_d_green@ioc.exchangeM matthew_d_green@ioc.exchange

    I’ve been working on a little simulator for MeshCore, written entirely using Claude Code. I was hoping some MeshCore devs might take a look and let me know if there are features they could use. https://github.com/matthewdgreen/meshcore_sim #meshcore

    matthew_d_green@ioc.exchangeM This user is from outside of this forum
    matthew_d_green@ioc.exchangeM This user is from outside of this forum
    matthew_d_green@ioc.exchange
    wrote last edited by
    #2

    Just to give some visuals. #meshcore

    matthew_d_green@ioc.exchangeM 1 Reply Last reply
    0
    • matthew_d_green@ioc.exchangeM matthew_d_green@ioc.exchange

      Just to give some visuals. #meshcore

      matthew_d_green@ioc.exchangeM This user is from outside of this forum
      matthew_d_green@ioc.exchangeM This user is from outside of this forum
      matthew_d_green@ioc.exchange
      wrote last edited by
      #3

      Right now it handles simulations that involve collisions, delays and other common events (in a very simple model). Each node is a simplified Meshcore node running as a process. #meshcore

      1 Reply Last reply
      0
      • matthew_d_green@ioc.exchangeM matthew_d_green@ioc.exchange

        I’ve been working on a little simulator for MeshCore, written entirely using Claude Code. I was hoping some MeshCore devs might take a look and let me know if there are features they could use. https://github.com/matthewdgreen/meshcore_sim #meshcore

        occult@vox.ominous.netO This user is from outside of this forum
        occult@vox.ominous.netO This user is from outside of this forum
        occult@vox.ominous.net
        wrote last edited by
        #4

        @matthew_d_green Cc: @nullagent @meph

        1 Reply Last reply
        0
        • matthew_d_green@ioc.exchangeM matthew_d_green@ioc.exchange

          I’ve been working on a little simulator for MeshCore, written entirely using Claude Code. I was hoping some MeshCore devs might take a look and let me know if there are features they could use. https://github.com/matthewdgreen/meshcore_sim #meshcore

          marsik@witter.czM This user is from outside of this forum
          marsik@witter.czM This user is from outside of this forum
          marsik@witter.cz
          wrote last edited by
          #5

          @matthew_d_green I wonder if it is possible to adapt the #MeshCore core logic to run as a PC app and transmit or receive via a serial KISS TNC. Basically separating the protocol from the radio head. Because I just built one for testing LoRa and FSK 😉

          tuga@masto.ptT woof@meow.socialW matthew_d_green@ioc.exchangeM 3 Replies Last reply
          0
          • marsik@witter.czM marsik@witter.cz

            @matthew_d_green I wonder if it is possible to adapt the #MeshCore core logic to run as a PC app and transmit or receive via a serial KISS TNC. Basically separating the protocol from the radio head. Because I just built one for testing LoRa and FSK 😉

            tuga@masto.ptT This user is from outside of this forum
            tuga@masto.ptT This user is from outside of this forum
            tuga@masto.pt
            wrote last edited by
            #6

            @marsik

            Broadcast abuse isn't well received in software networks.
            You can breach the domain with STUN and similar but it would no longer be mesh.
            🤔

            @matthew_d_green

            marsik@witter.czM 1 Reply Last reply
            0
            • tuga@masto.ptT tuga@masto.pt

              @marsik

              Broadcast abuse isn't well received in software networks.
              You can breach the domain with STUN and similar but it would no longer be mesh.
              🤔

              @matthew_d_green

              marsik@witter.czM This user is from outside of this forum
              marsik@witter.czM This user is from outside of this forum
              marsik@witter.cz
              wrote last edited by
              #7

              @tuga @matthew_d_green I think you misunderstood the idea.

              I would put a KISS protocol TNC radio module (just a modulator and PA really) out and run the whole #MeshCore logic as a software on a remote computer. Similar to how telcos use eCPRI.

              This would still act as a regular MeshCore device.

              What you are talking about is a bit unclear to me, but it sounds like the tncattach or 802.15.4 / 6LowPAN use case. Which is also totally valid, but different from what I want here.

              fdlamotte@mamot.frF 1 Reply Last reply
              0
              • marsik@witter.czM marsik@witter.cz

                @tuga @matthew_d_green I think you misunderstood the idea.

                I would put a KISS protocol TNC radio module (just a modulator and PA really) out and run the whole #MeshCore logic as a software on a remote computer. Similar to how telcos use eCPRI.

                This would still act as a regular MeshCore device.

                What you are talking about is a bit unclear to me, but it sounds like the tncattach or 802.15.4 / 6LowPAN use case. Which is also totally valid, but different from what I want here.

                fdlamotte@mamot.frF This user is from outside of this forum
                fdlamotte@mamot.frF This user is from outside of this forum
                fdlamotte@mamot.fr
                wrote last edited by
                #8

                @marsik @tuga @matthew_d_green maybe have a look at pymc core

                Link Preview Image
                GitHub - rightup/pyMC_core: A Python MeshCore library with SPI LoRa radio support

                A Python MeshCore library with SPI LoRa radio support - rightup/pyMC_core

                favicon

                GitHub (github.com)

                1 Reply Last reply
                0
                • marsik@witter.czM marsik@witter.cz

                  @matthew_d_green I wonder if it is possible to adapt the #MeshCore core logic to run as a PC app and transmit or receive via a serial KISS TNC. Basically separating the protocol from the radio head. Because I just built one for testing LoRa and FSK 😉

                  woof@meow.socialW This user is from outside of this forum
                  woof@meow.socialW This user is from outside of this forum
                  woof@meow.social
                  wrote last edited by
                  #9

                  @marsik @matthew_d_green I remember playing around with Reticulum awhile back and it can operate over a bunch of different hardware like that. https://reticulum.network/

                  1 Reply Last reply
                  0
                  • marsik@witter.czM marsik@witter.cz

                    @matthew_d_green I wonder if it is possible to adapt the #MeshCore core logic to run as a PC app and transmit or receive via a serial KISS TNC. Basically separating the protocol from the radio head. Because I just built one for testing LoRa and FSK 😉

                    matthew_d_green@ioc.exchangeM This user is from outside of this forum
                    matthew_d_green@ioc.exchangeM This user is from outside of this forum
                    matthew_d_green@ioc.exchange
                    wrote last edited by
                    #10

                    @marsik I think that’s basically what this does. It’s a real MeshCore node with all the radio layers turned into stdio ports. A better design would define this explicitly as a HAL.

                    matthew_d_green@ioc.exchangeM 1 Reply Last reply
                    0
                    • matthew_d_green@ioc.exchangeM matthew_d_green@ioc.exchange

                      @marsik I think that’s basically what this does. It’s a real MeshCore node with all the radio layers turned into stdio ports. A better design would define this explicitly as a HAL.

                      matthew_d_green@ioc.exchangeM This user is from outside of this forum
                      matthew_d_green@ioc.exchangeM This user is from outside of this forum
                      matthew_d_green@ioc.exchange
                      wrote last edited by
                      #11

                      @marsik oh never mind, I understand what you’re saying. What I want is that but bigger: I want a single radio to be able to support 100 simultaneous smartphone clients via BLE advertisements. For protests and natural disasters.

                      1 Reply Last reply
                      1
                      0
                      • R relay@relay.infosec.exchange shared this topic
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups