Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Kongduino
/
python
Public
forked from
meshtastic/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python
meshtastic
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 12, 2026
Merge pull request #961 from anton-vinogradov/ota-update-skip-node-db
Show description for 0539a96
ianmcorvidae
authored
0539a96
View commit details
Copy full SHA for 0539a96
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
Convey bitfield forward in firmware harness so prehop drop doesn't get mad at us
ianmcorvidae
committed
11b71e9
View commit details
Copy full SHA for 11b71e9
View code at this point
Browse repository at this point
Commits on Jul 18, 2026
Skip node DB fetch during --ota-update / --reboot-ota
Show description for ef9cdc3
anton-vinogradov
and
claude
committed
ef9cdc3
View commit details
Copy full SHA for ef9cdc3
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
Half-close TCP connections so the last write is not lost
Show description for f623732
caveman99
committed
f623732
View commit details
Copy full SHA for f623732
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
Add reconnect for firmware_node
ianmcorvidae
committed
5760fb3
View commit details
Copy full SHA for 5760fb3
View code at this point
Browse repository at this point
Set the region on the simradio nodes so we can test setting presets other than LONG_FAST properly
ianmcorvidae
committed
2281ea5
View commit details
Copy full SHA for 2281ea5
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
quick-win review fixes
ianmcorvidae
committed
7950798
View commit details
Copy full SHA for 7950798
View code at this point
Browse repository at this point
Update ch-preset shorthand arguments
ianmcorvidae
committed
bffaff1
View commit details
Copy full SHA for bffaff1
View code at this point
Browse repository at this point
Add a few extra tests of the revamped channel deletion behavior
ianmcorvidae
committed
ceca7b3
View commit details
Copy full SHA for ceca7b3
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
Restructure tests, fix up a few other things, rework smokevirt thoroughly
ianmcorvidae
committed
9b89271
View commit details
Copy full SHA for 9b89271
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
Fix pylint/mypy stuff
ianmcorvidae
committed
1cd1aed
View commit details
Copy full SHA for 1cd1aed
View code at this point
Browse repository at this point
Initial implementation of simradio-based testing with a multi-node simulated mesh
ianmcorvidae
committed
ab14fb2
View commit details
Copy full SHA for ab14fb2
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
guard against None
Show description for b05e545
ianmcorvidae
and
Copilot
authored
b05e545
View commit details
Copy full SHA for b05e545
View code at this point
Browse repository at this point
Refactor DeviceProfile import/export and harden handling
Show description for b6a13d5
ianmcorvidae
committed
b6a13d5
View commit details
Copy full SHA for b6a13d5
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
add support for .cfg export/import
Show description for 8c5efb9
tylerpieper
committed
8c5efb9
View commit details
Copy full SHA for 8c5efb9
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
protobufs: v2.7.26
ianmcorvidae
committed
74cce6b
View commit details
Copy full SHA for 74cce6b
View code at this point
Browse repository at this point
Fix mypy complaint
ianmcorvidae
committed
fa01cb7
View commit details
Copy full SHA for fa01cb7
View code at this point
Browse repository at this point
feat: add named-flag/power-of-2 bitfield support to --set
Show description for dcdbda0
ianmcorvidae
committed
dcdbda0
View commit details
Copy full SHA for dcdbda0
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
Better document how to specify a port when using TCP connection
Show description for 990ecc2
ianmcorvidae
committed
990ecc2
View commit details
Copy full SHA for 990ecc2
View code at this point
Browse repository at this point
Fail earlier if the ota update file isn't found
ianmcorvidae
committed
7fc69e9
View commit details
Copy full SHA for 7fc69e9
View code at this point
Browse repository at this point
Some more test improvements
ianmcorvidae
committed
f0de977
View commit details
Copy full SHA for f0de977
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
Add tests for the flags_to_list util function
ianmcorvidae
committed
c118334
View commit details
Copy full SHA for c118334
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Fix an issue in to_node_num and add a bunch of tests to it as well
ianmcorvidae
committed
405a6bb
View commit details
Copy full SHA for 405a6bb
View code at this point
Browse repository at this point
pylint appeasement
ianmcorvidae
committed
db746a0
View commit details
Copy full SHA for db746a0
View code at this point
Browse repository at this point
Improve test coverage, use property-based tests
ianmcorvidae
committed
13b8cdc
View commit details
Copy full SHA for 13b8cdc
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
small fixes
ianmcorvidae
committed
9d44509
View commit details
Copy full SHA for 9d44509
View code at this point
Browse repository at this point
pylint appeasement
ianmcorvidae
committed
8c84074
View commit details
Copy full SHA for 8c84074
View code at this point
Browse repository at this point
Commits on Jun 14, 2026
Add support for adding contacts using the CLI, including remotely
ianmcorvidae
committed
1cffae6
View commit details
Copy full SHA for 1cffae6
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
Handle NONE errorReason in onResponseTraceRoute and add regression test
Show description for 953d012
NoctisSentinel
and
claude
committed
953d012
View commit details
Copy full SHA for 953d012
View code at this point
Browse repository at this point
Add unit test for onResponseTraceRoute ROUTING_APP error handling
Show description for c71d3df
NoctisSentinel
and
claude
committed
c71d3df
View commit details
Copy full SHA for c71d3df
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Handle ROUTING_APP error response in onResponseTraceRoute
Show description for 0413d00
NoctisSentinel
and
claude
committed
0413d00
View commit details
Copy full SHA for 0413d00
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Merge branch 'review/pr-894'
Show description for c575547
ianmcorvidae
committed
c575547
View commit details
Copy full SHA for c575547
View code at this point
Browse repository at this point
tests of new BLEError functionality
ianmcorvidae
committed
0bef137
View commit details
Copy full SHA for 0bef137
View code at this point
Browse repository at this point
Add a BLEError 'kind' field and branch on it instead of string matching
ianmcorvidae
committed
f9a1357
View commit details
Copy full SHA for f9a1357
View code at this point
Browse repository at this point
Commits on May 31, 2026
make test more deterministic for reconnect count testing
ianmcorvidae
committed
6909d3d
View commit details
Copy full SHA for 6909d3d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.