Commit Graph

  • 9c1232be79 1.1.33 Improve channel/device settings support Allow setting to arbitrary byte arrays by preceding the string with 0x for things like Kevin Hester 2021-01-29 09:51:56 +08:00
  • 01d1a5ab48 add clarification on how to run the tool Kevin Hester 2021-01-06 16:14:35 +08:00
  • ac0b993b65 Merge pull request #50 from kareiva/master Kevin Hester 2021-01-06 16:12:16 +08:00
  • 6c3ffb4b8a Merge pull request #51 from IZ1IVA/patch-2 Kevin Hester 2021-01-06 13:21:52 +08:00
  • af15b808cd Update README.md IZ1IVA 2021-01-04 16:46:25 +01:00
  • 26a52e3004 Fix MTU - set after mesh interface is up Simonas 2021-01-03 18:37:20 +02:00
  • e0bc4318bf 1.1.32 Kevin Hester 2021-01-03 20:55:50 +08:00
  • 76f475d800 Fix #49 - force close socket to kill reader thread (was blocking in read) Kevin Hester 2021-01-03 20:55:01 +08:00
  • 5a56207440 1.1.31 bury taptun2 deeper so that windows can't accidentally touch it Kevin Hester 2020-12-31 09:17:16 +08:00
  • 0e989ee9c5 add getMyNodeInfo() and make nodesByNum public Kevin Hester 2020-12-28 14:37:57 +08:00
  • 3df8a16de1 1.1.30 oops - need to short circuit the tunnel check BEFORE the and Kevin Hester 2020-12-28 09:37:40 +08:00
  • e89be6d56a add test code for #47 Kevin Hester 2020-12-27 16:24:12 +08:00
  • 3bfec71e0a don't touch tunnel on platforms where it might be missing Kevin Hester 2020-12-27 16:03:33 +08:00
  • 728d7f4a1d 1.1.28 hopefully fix windows Kevin Hester 2020-12-24 20:12:55 +08:00
  • fff7857ace only require pytap if user tries to run 'mesh-tunnel' Kevin Hester 2020-12-24 13:24:35 +08:00
  • a0038107de 1.1.26 Kevin Hester 2020-12-24 11:19:47 +08:00
  • b86a41949c IP tunnel works! fix #35 Kevin Hester 2020-12-24 11:02:18 +08:00
  • d6a4dc71fa don't apply the CTS hack on linux, it breaks the reset button Kevin Hester 2020-12-24 11:02:08 +08:00
  • cf71dcac68 better debug output Kevin Hester 2020-12-24 10:52:24 +08:00
  • 0a48d8aa17 fix nasty bug with poisoning the node table based on user updates Kevin Hester 2020-12-24 10:52:12 +08:00
  • 85b664c63c better icmp debug Kevin Hester 2020-12-24 10:14:36 +08:00
  • 8d25a23c19 make log messages less chatty Kevin Hester 2020-12-24 09:48:08 +08:00
  • 2cc10abcc3 add pytap2 dependency Kevin Hester 2020-12-23 22:39:53 +08:00
  • b28749568a apparently 3.5 is too old for us, require python >=3.6 Kevin Hester 2020-12-23 21:42:57 +08:00
  • 7f66d324b3 allow arbitrary subnets for the ip tunnel Kevin Hester 2020-12-23 17:45:54 +08:00
  • e59fe9af72 IP tunnel almost works #35 Kevin Hester 2020-12-23 17:32:36 +08:00
  • 888d753b58 sending/receiving IP packets over mesh now kinda works (but ugly) #35 Kevin Hester 2020-12-23 13:50:57 +08:00
  • 8c4d48b956 add beginnings of tunnel code #35 Kevin Hester 2020-12-23 12:05:08 +08:00
  • 976d27d0e2 TUN test code seems to work well - now to add to real lib Kevin Hester 2020-12-21 16:16:11 +08:00
  • e3cd669b44 add fake reply generation for ICMP pings Kevin Hester 2020-12-21 15:48:31 +08:00
  • 6bd455b7e3 tun test case Kevin Hester 2020-12-21 15:43:20 +08:00
  • 1ef6b8052b move tuntest Kevin Hester 2020-12-21 14:48:01 +08:00
  • 020d2093f0 add warning about is_router Kevin Hester 2020-12-21 14:46:52 +08:00
  • 0addac6ebe add documentation link for preferences Kevin Hester 2020-12-21 10:28:01 +08:00
  • 9da211b102 update protobufs Kevin Hester 2020-12-21 10:27:46 +08:00
  • e55db166cb fix #45. thanks @ScriptBlock! Kevin Hester 2020-12-21 10:25:17 +08:00
  • 78bd9f4e92 1.1.25 Kevin Hester 2020-12-17 11:25:15 +08:00
  • 0079a725a2 bug #41 per finding of @timgunter (Tim - I think this is what you said, can you confirm it works for you) Kevin Hester 2020-12-17 11:25:07 +08:00
  • d541a40f28 add note about permissions Kevin Hester 2020-12-16 12:20:10 +08:00
  • bd8e12e9c6 if --noproto is used, never send anything to the device Kevin Hester 2020-12-16 11:07:22 +08:00
  • 271489714d early notes/experiments for #35 Kevin Hester 2020-12-15 17:41:35 +08:00
  • 0759c1593f fix #21 - which I thought I had fixed long ago but did not Kevin Hester 2020-12-15 17:08:31 +08:00
  • 5952972334 1.1.24 for #44 Kevin Hester 2020-12-15 16:58:49 +08:00
  • 862f660600 A quick fix #44 mostly by @timgunter. thanks! Kevin Hester 2020-12-15 16:58:01 +08:00
  • 57e526e675 Merge branch 'master' into dev Kevin Hester 2020-12-15 16:34:14 +08:00
  • 613659ac56 Merge pull request #43 from timgunter/portnum_as_strings_fix Kevin Hester 2020-12-15 16:33:41 +08:00
  • ea38509b9a Merge pull request #36 from IZ1IVA/patch-1 Kevin Hester 2020-12-15 16:32:14 +08:00
  • bdcca88ac4 Merge pull request #38 from crossan007/add-version-cli-flag Kevin Hester 2020-12-15 16:18:21 +08:00
  • 02342ce395 Add --setch-shortfast and --setch--longslow Kevin Hester 2020-12-15 13:39:00 +08:00
  • 28fd349178 Convert portnum strings to enum values and set UNKNOWN_APP as a string to match how protobuf provides them Tim Gunter 2020-12-14 00:33:30 -08:00
  • 86005c0dda 1.1.23 fix #41 pyserial also drives usb control signals wrong on windows Kevin Hester 2020-12-14 07:44:30 +08:00
  • 6bd1fc5e1e make --gpiowatch kinda work (rough) Kevin Hester 2020-12-13 16:12:02 +08:00
  • 1eb47a29e0 a possible but untested fix for #41 Kevin Hester 2020-12-13 13:12:44 +08:00
  • 11f8c33e88 Add --sendping for reply testing Kevin Hester 2020-12-13 12:55:18 +08:00
  • 538c6d2b4d add --version cli flag Charles Crossan 2020-12-10 20:19:08 -05:00
  • 0b1340cce1 1.1.22 make deprecation message just a warning Kevin Hester 2020-12-10 13:59:30 +08:00
  • 2c27b51b50 only warn about downrev device firmware (because most users are not using position parsing probably) Kevin Hester 2020-12-10 13:32:13 +08:00
  • afbfd4fe80 1.1.21 for https://github.com/meshtastic/Meshtastic-device/issues/536 Kevin Hester 2020-12-10 11:37:57 +08:00
  • 1548d88605 Create python-cmd-guide.md IZ1IVA 2020-12-09 10:35:25 +01:00
  • 449c0a2dac 1.1.20 Kevin Hester 2020-12-09 13:44:31 +08:00
  • 27466fc8b4 make --noproto work with new system Kevin Hester 2020-12-09 12:13:35 +08:00
  • 9ff8eb1771 new protobufs Kevin Hester 2020-12-09 12:10:58 +08:00
  • 9e25fbc670 add setlat/setlon support for https://github.com/meshtastic/Meshtastic-device/issues/536 Kevin Hester 2020-12-09 11:43:06 +08:00
  • 3645cff97e fix problems found in sanity test Kevin Hester 2020-12-09 09:41:49 +08:00
  • 1f91f541ef add sanity prerelease tests Kevin Hester 2020-12-09 09:21:41 +08:00
  • 0662c2b2ac doc fix Kevin Hester 2020-12-09 08:55:44 +08:00
  • 61d72da31f change to use a thread event to prevent race conditions waiting for config Kevin Hester 2020-12-09 08:55:27 +08:00
  • e7da4093a2 the reader thread should be daemon, so failure to close if won't prevent app exit Kevin Hester 2020-12-09 08:44:22 +08:00
  • 78e70803d7 add crude GPIO read support bin/run.sh --dest \!2462abf84098 --gpiord 16 Kevin Hester 2020-12-07 13:13:27 +08:00
  • d699a85591 add gpio rx handling Kevin Hester 2020-12-07 13:07:14 +08:00
  • cc77a2ab1e fix #19 (and misc changes for the new clean device API) Kevin Hester 2020-12-07 13:07:00 +08:00
  • 401de19bf7 WIP add gpiowr: bin/run.sh --dest \!2462abf84098 --gpiowr 4 1 Kevin Hester 2020-12-07 12:39:59 +08:00
  • 6e1e6efbf9 raise exception if data payload is too big Kevin Hester 2020-12-06 16:10:01 +08:00
  • fa2f0bdc60 add (untested for now) new position/user message handling Kevin Hester 2020-12-06 09:54:58 +08:00
  • 2cdf38511f automatically convert protobufs provided as data Kevin Hester 2020-12-06 09:32:29 +08:00
  • b63da8dd61 send positions using the new API Kevin Hester 2020-12-06 09:27:14 +08:00
  • ac31189798 WIP for new cleaned up device API Kevin Hester 2020-12-06 09:03:28 +08:00
  • 5972dc6dd2 make our version 1.1.20 Kevin Hester 2020-12-05 10:24:48 +08:00
  • 5a377cce3e remove unneeded subscribe Kevin Hester 2020-11-15 08:16:11 +08:00
  • 299ea4990b 1.1.7 Kevin Hester 2020-10-29 19:54:46 +08:00
  • 1ebfdd46fe Merge pull request #31 from timgunter/wait_for_config Kevin Hester 2020-10-28 18:43:21 -07:00
  • a206297b75 Merge pull request #32 from timgunter/add_set_url Kevin Hester 2020-10-28 18:42:52 -07:00
  • d0eb994052 Merge pull request #29 from timgunter/set_owner Kevin Hester 2020-10-28 18:42:15 -07:00
  • 4e220e60fc Merge pull request #28 from timgunter/pubsub_node_update Kevin Hester 2020-10-28 18:41:39 -07:00
  • 7ac8ab1a0f Merge pull request #33 from timgunter/with_context Kevin Hester 2020-10-28 18:40:52 -07:00
  • becfb76464 Added support for context management Gunter Tim 2020-10-25 12:41:04 -07:00
  • 4fd4b70d97 Added waitForConfig() method to MeshInterface Gunter Tim 2020-10-25 11:42:53 -07:00
  • a7fbfcb948 Add setURL() method to MeshInterface Gunter Tim 2020-10-25 11:24:09 -07:00
  • e4c98ab5ba Add get long and short name methods to MeshInterface Gunter Tim 2020-10-18 14:42:43 -07:00
  • 647b3ec7bc Added --setowner to main Gunter Tim 2020-10-18 13:16:04 -07:00
  • 77e5d5acd0 Add setOwner() method to MeshInterface Gunter Tim 2020-10-18 11:10:59 -07:00
  • ff14036817 Bug fix for pubsub meshtastic.node.updated not being sent Gunter Tim 2020-10-16 10:27:47 -07:00
  • 53fab9f838 1.1.6 Kevin Hester 2020-10-15 08:24:59 +08:00
  • 1546e6566f fix #27 Kevin Hester 2020-10-15 08:21:27 +08:00
  • 0d7ef3a109 1.1.1 update protobuf lib dependency Kevin Hester 2020-10-08 11:33:31 +08:00
  • 7d269b742b fix #26 thanks @claesg - use newer protobuf lib Kevin Hester 2020-10-08 10:38:33 +08:00
  • acdd056676 allow a bit more time for GPS locking in router mode Kevin Hester 2020-10-08 10:37:59 +08:00
  • 8e808292dc 1.1.0 add new --set-router and --unset-router options for https://github.com/meshtastic/Meshtastic-device/issues/376 Kevin Hester 2020-10-06 14:29:19 +08:00
  • d2ea06abd2 Merge branch 'master' of https://github.com/meshtastic/Meshtastic-python Kevin Hester 2020-10-06 07:20:07 +08:00
  • 0821734416 Merge pull request #24 from nils-werner/regen-pb2-docs Kevin Hester 2020-10-05 16:07:45 -07:00