Jm Casler
69eac1a6d0
Update __main__.py
2020-08-31 21:10:34 -07:00
geeksville
9da57e2d12
0.9.1 make it possible to see seriallog while sending text commands
...
for https://github.com/meshtastic/Meshtastic-python/issues/5
2020-08-02 13:20:17 -07:00
geeksville
32f3c504d9
0.7.9 add sendPosition(lat, lng, alt) method also...
...
Use this method for the --settime command line flag - which sets the device
time to be the same as the local computers time (in UTC)
def sendPosition(self, latitude=0.0, longitude=0.0, altitude=0, timeSec=0, destinationId=BROADCAST_ADDR, wantAck=False, wantResponse=False):
"""
Send a position packet to some other node (normally a broadcast)
Also, the device software will notice this packet and use it to automatically set its notion of
the local position.
If timeSec is not specified (recommended), we will use the local machine time.
"""
2020-07-05 12:01:35 -07:00
geeksville
2c82e5f420
remove elipsis
2020-06-26 15:58:02 -07:00
geeksville
8fe323f7fe
allow passing multiple --setpref args in a single run
2020-06-26 15:42:48 -07:00
geeksville
e2a037ef1e
add --noproto option for not using the protocol at all
2020-06-09 18:19:37 -07:00
geeksville
747328c8f7
Updates to work with 32 bit nodenums
2020-06-06 13:12:40 -07:00
geeksville
94175874f0
0.5.4 optionally add want_response to text message sends (see example):
...
meshtastic --debug --sendtext hello
attn @claesg
2020-05-22 10:57:54 -07:00
geeksville
1be79f1d63
add note saying BLE is not ready for prime time.
2020-05-20 17:18:00 -07:00
geeksville
0f6f791d14
fix --info
2020-05-12 17:38:56 -07:00
geeksville
39872ee86b
put BLE experiment on back burner
2020-05-12 17:20:12 -07:00
geeksville
8af99477bb
begin BLE support
2020-05-12 13:54:11 -07:00
geeksville
5617d7f808
make --sendtext command work
2020-05-03 20:32:54 -07:00
geeksville
dbbf14c4bf
add commandline option for setting radio configs
2020-05-03 20:14:11 -07:00
geeksville
8254a2b481
add -info option that prints device information about the node
2020-05-03 19:35:26 -07:00
geeksville
6df00038bc
basic stress tester
2020-05-01 19:28:01 -07:00
geeksville
bbbd33e292
add first cut at docs
2020-04-28 14:51:39 -07:00
geeksville
d46d1d1c98
pubsub works
2020-04-28 11:14:07 -07:00
geeksville
1b8df614bf
allow logging serial debug to different files
2020-04-28 10:11:57 -07:00
geeksville
380cf4c999
dynamically probe for devices
2020-04-28 09:55:22 -07:00
geeksville
d586789c0a
sendPacket/sendData/sendText approximately work
2020-04-28 09:20:10 -07:00
geeksville
1f499f26e9
make close() work properly
2020-04-27 19:16:05 -07:00
geeksville
c09ef80220
protobuf exchange with the device kinda works.
2020-04-27 17:49:16 -07:00
geeksville
701165560b
raw serial reading works
2020-04-27 16:44:41 -07:00
geeksville
e52d54311a
begin making reader thread
2020-04-27 12:19:52 -07:00