Metadata-Version: 2.3
Name: mfoxadc
Version: 1.0.0a2
Summary: A tool for encoding LuckFox ADC values for sending as Meshtastic UDP messages
License: GPL-3.0-only
Author: Ben Lipsey
Author-email: ben@pdxlocations.com
Requires-Python: >=3.9,<3.14
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/pdxlocations/mfoxadc
Project-URL: Issues, https://github.com/pdxlocations/mfoxadc/issues
Description-Content-Type: text/markdown

This library provides UDP-based broadcasting of Meshtastic-compatible packets.

# Installation

```bash
pip install mudp --no-deps
pip install mfoxadc
```

# Command Line

```bash
mfoxadc --node-id "!abcd1234"
```

# Additional Arguments:
```bash
  -h, --help           show this help message and exit
  --node-id NODE_ID    Node ID (e.g., !596ab32e)
  --channel CHANNEL    Channel name, default is LongFast
  --key KEY            Encryption key (Base64), default is AQ==
  --interval INTERVAL  Time between reports in seconds, default is 1800
```
