Skip to content

DH1FR/MeshcomWebDesk-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MeshcomWebDesk-Scripts

External bot command scripts for MeshcomWebDesk.

Setup

  1. Clone this repository to any local folder:
    git clone https://github.com/DH1FR/MeshcomWebDesk-Scripts.git
    
  2. In MeshcomWebDesk → Settings → 🤖 Bot, set External Commands Directory to the cloned folder.
  3. Add a bot command entry with ⚙️ External checked and the script filename.

Requires a licensed MeshcomWebDesk installation.

Available Scripts

Script Command Description Requires
prop.py --prop Solar propagation conditions (SFI, SN, A/K-index, X-ray) Python 3, internet

Adding a New Script

  • Read stdin as UTF-8 JSON (see payload format in each script's header)
  • Write the reply as a single line to stdout
  • Exit with code 0 on success, non-zero on error
  • Keep the reply short enough for a LoRa message (~149 chars)

See prop.py for a working example.

About

External bot command scripts for MeshcomWebDesk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages