mirror of
https://github.com/meshtastic/python.git
synced 2026-01-01 12:27:59 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36011da918 | ||
|
|
882e160a32 | ||
|
|
958edbfdb2 | ||
|
|
2464bcf414 |
File diff suppressed because one or more lines are too long
@@ -63,6 +63,8 @@ class Tunnel:
|
|||||||
self.udpBlacklist = {
|
self.udpBlacklist = {
|
||||||
1900, # SSDP
|
1900, # SSDP
|
||||||
5353, # multicast DNS
|
5353, # multicast DNS
|
||||||
|
9001, # Yggdrasil multicast discovery
|
||||||
|
64512, # cjdns beacon
|
||||||
}
|
}
|
||||||
|
|
||||||
"""A list of TCP services to block"""
|
"""A list of TCP services to block"""
|
||||||
|
|||||||
Submodule protobufs updated: c845b7848e...9148427a3b
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ with open("README.md", "r") as fh:
|
|||||||
# This call to setup() does all the work
|
# This call to setup() does all the work
|
||||||
setup(
|
setup(
|
||||||
name="meshtastic",
|
name="meshtastic",
|
||||||
version="2.2.12",
|
version="2.2.13",
|
||||||
description="Python API & client shell for talking to Meshtastic devices",
|
description="Python API & client shell for talking to Meshtastic devices",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user