forked from mudhorn/TC2-BBS-mesh
Update README.md
This commit is contained in:
parent
ae8368ad26
commit
de9740439e
12
README.md
12
README.md
|
@ -75,7 +75,7 @@ This is a fork of the TC²-BBS system integrated with Meshtastic devices. The sy
|
||||||
Windows Example:
|
Windows Example:
|
||||||
`port = COM3`
|
`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]**
|
**[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.
|
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
|
```ini
|
||||||
[interface]
|
[interface]
|
||||||
type = serial
|
type = tcp
|
||||||
# port = /dev/ttyUSB0
|
# port = /dev/ttyUSB0
|
||||||
# hostname = 192.168.x.x
|
hostname = 127.0.0.1
|
||||||
|
|
||||||
[sync]
|
[sync]
|
||||||
bbs_nodes = !f53f4abc,!f3abc123
|
bbs_nodes = !1234abcd,!abcd1234
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running the Server
|
### Running the Server
|
||||||
|
@ -145,8 +145,8 @@ If you would like to have the script automatically run at boot, follow the steps
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
User=pi
|
User=pi
|
||||||
WorkingDirectory=/home/pi/TC2-BBS-mesh
|
WorkingDirectory=/home/pi/N2DRC-BBS-mesh
|
||||||
ExecStart=/home/pi/TC2-BBS-mesh/venv/bin/python3 /home/pi/TC2-BBS-mesh/server.py
|
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)
|
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)
|
||||||
|
|
Loading…
Reference in a new issue