Skip to main content

A library for Meshtastic communication over UDP.

Project description

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

Installation

pip install mudp

Functions (see examples for further information):

from mudp import (
    conn,
    node,
    send_nodeinfo,
    send_text_message,
    send_device_telemetry,
    send_position,
    send_environment_metrics,
    send_power_metrics,
)

MCAST_GRP = "224.0.0.69"
MCAST_PORT = 4403

node.node_id = "!deadbeef"
node.long_name = "UDP Test"
node.short_name = "UDP"
node.channel = "LongFast"
node.key = "1PG7OiApB1nwvP+rz05pAQ=="
conn.setup_multicast(MCAST_GRP, MCAST_PORT)

send_nodeinfo()
send_device_telemetry(_keywords_)
send_position(latitude, longitude, _keywords_)
send_environment_metrics(_keywords_)
send_power_metrics(_keywords_)
send_health_metrics(_keywords_)
send_text_message("text", _keywords_)

Optional Arguments for all message types:

  • to=INT
  • hop_limit=INT
  • hop_start=INT
  • want_ack=BOOL
  • want_response=BOOL

Example:

send_text_message("Happy New Year" to=12345678, hop_limit=5)

Supported keyword arguments for nodeinfo:

  • node_id
  • long_name
  • short_name
  • hw_model
  • is_licensed
  • role
  • public_key

Supported keyword arguments for device metrics:

  • battery_level
  • voltage
  • channel_utilization
  • air_util_tx
  • uptime_seconds

Supported keyword arguments for position metrics:

  • latitude (required)
  • longitude (required)
  • latitude_i
  • longitude_i
  • altitude
  • precision_bits
  • HDOP
  • PDOP
  • VDOP
  • altitude_geoidal_separation
  • altitude_hae
  • altitude_source
  • fix_quality
  • fix_type
  • gps_accuracy
  • ground_speed
  • ground_track
  • next_update
  • sats_in_view
  • sensor_id
  • seq_number
  • timestamp
  • timestamp_millis_adjust

Supported keyword arguments for environment metrics:

  • temperature
  • relative_humidity
  • barometric_pressure
  • gas_resistance
  • voltage
  • current
  • iaq
  • distance
  • ir_lux
  • lux
  • radiation
  • rainfall_1h
  • rainfall_24h
  • soil_moisture
  • soil_temperature
  • uv_lux
  • weight
  • white_lux
  • wind_direction
  • wind_gust
  • wind_lull
  • wind_speed

Supported keyword arguments for power metrics:

  • ch1_voltage
  • ch1_current
  • ch2_voltage
  • ch2_current
  • ch3_voltage
  • ch3_current

Supported keyword arguments for health metrics:

  • heart_bpm
  • spO2
  • temperature

Install in development (editable) mode:

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mudp-1.0.0a2.tar.gz (18.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mudp-1.0.0a2-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file mudp-1.0.0a2.tar.gz.

File metadata

  • Download URL: mudp-1.0.0a2.tar.gz
  • Upload date:
  • Size: 18.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mudp-1.0.0a2.tar.gz
Algorithm Hash digest
SHA256 ccc247bc867e7a1db9518068b4f51cdb534abbf06f2cd9b761765a795a34cb39
MD5 7e3a2c3bd9d2b35cdf4755f31f6525db
BLAKE2b-256 f70d4ded4b923bf0ad3c4f1999808ce4655a8bc19d4184d1861188e409e06b81

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudp-1.0.0a2.tar.gz:

Publisher: release.yaml on pdxlocations/mudp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudp-1.0.0a2-py3-none-any.whl.

File metadata

  • Download URL: mudp-1.0.0a2-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mudp-1.0.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 dcbe583ad7f82becda0e341ca362a1ae63b492af20007ec4d97f5eea7fca5386
MD5 bd62b831c5ff3acc5a94038673c43caa
BLAKE2b-256 83429b8acad449c34b0b7ecf5fcee843ee803dfe9086f10e7cb1606e1f6bde79

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudp-1.0.0a2-py3-none-any.whl:

Publisher: release.yaml on pdxlocations/mudp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page