Meshtastic BBS Script Installation Process and Configuration

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ต.ค. 2024

ความคิดเห็น • 26

  • @MyTube4Utoo
    @MyTube4Utoo 2 หลายเดือนก่อน +2

    Very informative.
    Thank you.

  • @jameslee522
    @jameslee522 6 วันที่ผ่านมา

    Video idea. Info on how the 2.5 encryption works. The old way was easy to understand. The new way, no so much.

  • @ingenfare
    @ingenfare 2 หลายเดือนก่อน

    Well now I know what I will do after work today:) Thank you for the detailed instructions.

  • @alexanderroyle
    @alexanderroyle หลายเดือนก่อน +1

    I have meshtastic running through a hat on a pi z2, but when I set up your bbs on the same machine to run as tcp in the config, although it all seems ok, I get no response from it. What have I likely done wrong please? Do they have to be on separate units? Thanks EDIT: "BrokenPipeError: [Errno32] Broken pipe" kills the service it seems. I tried to change the ip to localhost to see if that worked, but it didn't. Tried back with regular ip and gives socket.gaierror Errno -2 Name or service not known. Thanks EDIT2= I have got it working from a heltec to the pi, so there is clearly some config issue or incapable from the both on the pi? Cheers

  • @michaelbond4609
    @michaelbond4609 2 หลายเดือนก่อน +1

    Thank you for your efforts

  • @mikejones5979
    @mikejones5979 หลายเดือนก่อน

    I am curious if you know how your BBS system would would if you have multiple BBSs that are tied together and one was mobile. If it leaves an area and posts are added to the mobile node and different posts made to the stationary BBSs, when the mobile node returns, will all the posts be added to all the BBSs or will one BBS take priority and remove any posts that the other BBS has and force it's posts on the other?

    • @The_Comms_Channel
      @The_Comms_Channel  หลายเดือนก่อน +1

      It does not have that ability at this time unfortunately.

  • @recom273
    @recom273 หลายเดือนก่อน

    Am I a bit confused - When I watched your set up video it was based upon a POE rig, is this not suited to a solar setup?

    • @The_Comms_Channel
      @The_Comms_Channel  หลายเดือนก่อน +1

      The Raspberry Pi uses too much power for the current solar build. Will be testing one with a bigger panel to see if it holds up.

  • @Ziggi138
    @Ziggi138 20 วันที่ผ่านมา

    Just our of curiosity, is there a way for the BBS nodes to sync over the internet?

    • @The_Comms_Channel
      @The_Comms_Channel  20 วันที่ผ่านมา +1

      I believe so via MQTT. I've not tried it myself though

  • @Heniek
    @Heniek หลายเดือนก่อน +1

    Is it possible to install this bbs on raspberry pi ZERO?

    • @The_Comms_Channel
      @The_Comms_Channel  หลายเดือนก่อน +1

      Yep, that's what I'm using it on 🙂

  • @K38rescue
    @K38rescue 2 หลายเดือนก่อน

    Thank you

  • @HuthanslHD
    @HuthanslHD 2 หลายเดือนก่อน

    Why not use docker?

    • @The_Comms_Channel
      @The_Comms_Channel  2 หลายเดือนก่อน +1

      That's an option that's available.

  • @kentsager2117
    @kentsager2117 2 หลายเดือนก่อน

    Did the install got this when I tried to run the sever
    Traceback (most recent call last):
    File "/home/admin/TC2-BBS-mesh/server.py", line 18, in
    from config_init import initialize_config, get_interface, init_cli_parser, merge_config
    File "/home/admin/TC2-BBS-mesh/config_init.py", line 4, in
    import meshtastic.stream_interface
    ModuleNotFoundError: No module named 'meshtastic'

    • @The_Comms_Channel
      @The_Comms_Channel  2 หลายเดือนก่อน

      Make sure you're in the Python environment when running. You should see (venv) at the beginning of the prompt

    • @kentsager2117
      @kentsager2117 2 หลายเดือนก่อน

      @@The_Comms_Channel I ran python -m venv venv and prompt did not change.

    • @kentsager2117
      @kentsager2117 2 หลายเดือนก่อน

      it appears to be running. but I am not great at python. is there anyone who might be able to help me

    • @The_Comms_Channel
      @The_Comms_Channel  2 หลายเดือนก่อน

      @@kentsager2117 that command is to setup the virtual environment. To enter the virtual environment, you need to run this command:
      source venv/bin/activate
      That should get you going 🙂