Update README.md

This commit is contained in:
mudhorn 2024-10-31 15:55:21 -07:00
parent ae8368ad26
commit de9740439e

View file

@ -75,7 +75,7 @@ This is a fork of the TC²-BBS system integrated with Meshtastic devices. The sy
Windows Example:
`port = COM3`
If using `type = tcp` you will need to uncomment the `hostname = 192.168.x.x` line and put in the IP address of your Meshtastic device.
If using `type = tcp` you will need to uncomment the `hostname = 127.0.0.1` line and put in the IP address of your Meshtastic device.
**[sync]**
Enter a list of other BBS nodes you would like to sync messages and bulletins with. Separate each by comma and no spaces as shown in the example below.
@ -87,12 +87,12 @@ This is a fork of the TC²-BBS system integrated with Meshtastic devices. The sy
```ini
[interface]
type = serial
type = tcp
# port = /dev/ttyUSB0
# hostname = 192.168.x.x
hostname = 127.0.0.1
[sync]
bbs_nodes = !f53f4abc,!f3abc123
bbs_nodes = !1234abcd,!abcd1234
```
### Running the Server
@ -145,8 +145,8 @@ If you would like to have the script automatically run at boot, follow the steps
```sh
User=pi
WorkingDirectory=/home/pi/TC2-BBS-mesh
ExecStart=/home/pi/TC2-BBS-mesh/venv/bin/python3 /home/pi/TC2-BBS-mesh/server.py
WorkingDirectory=/home/pi/N2DRC-BBS-mesh
ExecStart=/home/pi/N2DRC-BBS-mesh/venv/bin/python3 /home/pi/N2DRC-BBS-mesh/server.py
```
The file is currently setup for a user named 'pi' and assumes that the TC2-BBS-mesh directory is located in the home directory (which it should be if the earlier directions were followed)