From e48a9c7fd0ea2f7945506b4b22bea2fb4e45ae08 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 25 Jun 2024 18:10:38 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5af176..e91c7b2 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,28 @@ Little bot which will trap keywords like ping and respond on a DM with pong. The other features - MOTD with ability to set remotely - `motd` or `motd $New Message Of the day` - - `lheard` returns the last 5 heard nodes + - `lheard` returns the last 5 heard nodes, can also use `sitrep` ## mesh-bot.sh alternate bot, adds internet and other telemetry data which goes beyond just ping -- Various solar details +- Various solar details for radio propigation - `sun` and `moon` return info on rise and set local time - uses the locaton of the node if known - `solar` gives an idea of the x-ray flux - `hfcond` returns a table of HF solar conditions -- `whereami` returns the address of location of sender if known -- `tide` returns the local tides (NOAA data source) -- `wx` returns local weather forcast (NOAA data source) +- Bulliten Board (BBS) functions + - `bbshelp` returns the following + - `bbslist` list the messages by ID and subject + - `bbsread` read a message example use: `bbsread #1` + - `bbspost` post a message example use: `bbspost $Message Subject #Message Body` + - `bbsdelete` delete a message example use: `bbsdelete #4` +- Other functions + - `whereami` returns the address of location of sender if known + - `tide` returns the local tides (NOAA data source) + - `wx` returns local weather forcast (NOAA data source) + - `joke` tells a joke ### Configurations Currently config modifications is edit to code. Be sure to uncomment the appropriate interface for your method (serial/BLE/TCP). Only one at a time is supported to a single node at a time.