Meshtastic BBS Script Installation Process and Configuration

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • In this video we go over how to install the TC2-BBS for Meshtastic, configure the settings in the config.ini file, and setup a systemd service file that will have the BBS run automatically when the system boots
    Github Page with Instructions:
    github.com/The...

Комментарии • 23

  • @MyTube4Utoo
    @MyTube4Utoo Месяц назад +1

    Very informative.
    Thank you.

  • @ingenfare
    @ingenfare Месяц назад

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

  • @michaelbond4609
    @michaelbond4609 Месяц назад +1

    Thank you for your efforts

  • @alexanderroyle
    @alexanderroyle 12 дней назад

    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

  • @mikejones5979
    @mikejones5979 3 дня назад

    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  2 дня назад

      It does not have that ability at this time unfortunately.

  • @recom273
    @recom273 4 дня назад

    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  4 дня назад

      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.

  • @K38rescue
    @K38rescue Месяц назад

    Thank you

  • @kentsager2117
    @kentsager2117 Месяц назад

    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  Месяц назад

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

    • @kentsager2117
      @kentsager2117 Месяц назад

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

    • @kentsager2117
      @kentsager2117 Месяц назад

      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  Месяц назад

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

  • @Heniek
    @Heniek 6 дней назад

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

  • @HuthanslHD
    @HuthanslHD Месяц назад

    Why not use docker?