Commit Graph
1964 Commits
Author SHA1 Message Date
Kevin Hester 5ff3fb2fe1 tests now pass again 2021-02-23 14:35:05 +08:00
Kevin Hester 3ef6c5e3ab fixes for 1.2 api 2021-02-23 14:30:49 +08:00
Kevin Hester 5c6302917e sending works for the new 1.2 2021-02-23 13:25:45 +08:00
Kevin Hester ac29acd905 1.2 protos 2021-02-23 10:56:04 +08:00
Kevin Hester f28bc836cb update protos 2021-02-23 10:52:11 +08:00
iz1kga ca3acce5d9 Merge branch 'master' of https://github.com/meshtastic/Meshtastic-python into Feature-requested-20210218 2021-02-19 09:58:19 +01:00
iz1kga ec3e059c35 Fix entry number startinf from 1 - Removed Self Id from list 2021-02-19 09:51:15 +01:00
iz1kga 22ca6d567d fix Number order 2021-02-18 21:46:58 +01:00
iz1kga 3d2913a525 added Number, AKA, ID, and TimeAgo 2021-02-18 14:41:37 +01:00
iz1kga 56ad4d13e7 Removed lat, lon , alt 2021-02-18 10:16:31 +01:00
Kevin Hester e2a433c2ba Merge pull request #58 from iz1kga/nodes_print_optimizations
Nodes print optimizations
2021-02-16 18:34:40 +08:00
iz1kga a29076dc8e unit & cosmetic 2021-02-15 14:41:55 +01:00
iz1kga 6cd8c17df5 fix missing datetime 2021-02-15 14:20:13 +01:00
iz1kga 6706c111a6 fixed decimal places and LastHeard 2021-02-15 11:35:17 +01:00
Kevin Hester cb0a65dae9 fix #57 for rasberrypi 2021-02-15 14:19:49 +08:00
Kevin Hester 6b6f0cd19d 1.1.46 2021-02-13 14:11:48 +08:00
Kevin Hester 778341837b Merge pull request #56 from iz1kga/master
FIX Issue #54 - implementation of: Simplified, tabular output of meshtastic
2021-02-13 14:00:00 +08:00
iz1kga c0e374430b cast data as string in order to avoid concatenation error 2021-02-12 22:50:14 +01:00
iz1kga f7ec8cda7e First Try to solve issue #54 by IZ1IVA adding the feature requested 2021-02-12 22:38:22 +01:00
Jm Casler 8cc33fa41d Update to README.md with note about installing on Big Sur 2021-02-11 07:54:53 -08:00
Kevin Hester de08126cee 1.1.45 update --test 2021-02-10 15:41:14 +08:00
Kevin Hester 446ddb8a96 make stress test faster 2021-02-10 15:35:18 +08:00
Kevin Hester 2432bb6606 fix bitrot in stress test 2021-02-10 15:00:13 +08:00
Kevin Hester 54ed221d75 1.1.44 don't drop first sent packet due to duplicate packetnums 2021-02-08 13:00:18 +08:00
Kevin Hester 0de908b8e0 cleanup fromStr 2021-01-29 12:25:09 +08:00
Kevin Hester 9c1232be79 1.1.33 Improve channel/device settings support
Allow setting to arbitrary byte arrays by preceding the string with 0x
for things like

meshtastic --setchan psk 0x1a1a1a1a2b2b2b2b1a1a1a1a2b2b2b2b1a1a1a1a2b2b2b2b1a1a1a1a2b2b2b2b --info
2021-01-29 09:51:56 +08:00
Kevin Hester 01d1a5ab48 add clarification on how to run the tool 2021-01-06 16:14:35 +08:00
Kevin Hester ac0b993b65 Merge pull request #50 from kareiva/master
Fix MTU - set after mesh interface is up
2021-01-06 16:12:16 +08:00
Kevin Hester 6c3ffb4b8a Merge pull request #51 from IZ1IVA/patch-2
Update README.md
2021-01-06 13:21:52 +08:00
IZ1IVA af15b808cd Update README.md
Expanded meshtastic installation instructions.
2021-01-04 16:46:25 +01:00
Simonas 26a52e3004 Fix MTU - set after mesh interface is up
Fix based on pytap2 docs/examples
https://pypi.org/project/pytap2/
2021-01-03 18:37:20 +02:00
Kevin Hester e0bc4318bf 1.1.32 2021-01-03 20:55:50 +08:00
Kevin Hester 76f475d800 Fix #49 - force close socket to kill reader thread (was blocking in read) 2021-01-03 20:55:40 +08:00
Kevin Hester 5a56207440 1.1.31 bury taptun2 deeper so that windows can't accidentally touch it 2020-12-31 09:17:16 +08:00
Kevin Hester 0e989ee9c5 add getMyNodeInfo() and make nodesByNum public 2020-12-28 14:37:57 +08:00
Kevin Hester 3df8a16de1 1.1.30 oops - need to short circuit the tunnel check BEFORE the and 2020-12-28 09:37:40 +08:00
Kevin Hester e89be6d56a add test code for #47 2020-12-27 16:24:12 +08:00
Kevin Hester 3bfec71e0a don't touch tunnel on platforms where it might be missing 2020-12-27 16:03:33 +08:00
Kevin Hester 728d7f4a1d 1.1.28 hopefully fix windows 2020-12-24 20:12:55 +08:00
Kevin Hester fff7857ace only require pytap if user tries to run 'mesh-tunnel' 2020-12-24 13:24:35 +08:00
Kevin Hester a0038107de 1.1.26 2020-12-24 11:19:47 +08:00
Kevin Hester b86a41949c IP tunnel works! fix #35 2020-12-24 11:02:27 +08:00
Kevin Hester d6a4dc71fa don't apply the CTS hack on linux, it breaks the reset button 2020-12-24 11:02:08 +08:00
Kevin Hester cf71dcac68 better debug output 2020-12-24 10:52:24 +08:00
Kevin Hester 0a48d8aa17 fix nasty bug with poisoning the node table based on user updates 2020-12-24 10:52:12 +08:00
Kevin Hester 85b664c63c better icmp debug 2020-12-24 10:14:36 +08:00
Kevin Hester 8d25a23c19 make log messages less chatty 2020-12-24 09:48:08 +08:00
Kevin Hester 2cc10abcc3 add pytap2 dependency 2020-12-23 22:39:53 +08:00
Kevin Hester b28749568a apparently 3.5 is too old for us, require python >=3.6 2020-12-23 21:42:57 +08:00
Kevin Hester 7f66d324b3 allow arbitrary subnets for the ip tunnel 2020-12-23 17:45:54 +08:00