Commit graph

62 commits

Author SHA1 Message Date
liamcottle
fdc83c2f78 add helper function for exporting contact 2025-02-15 22:31:56 +13:00
liamcottle
54a3d00d7e add helper function for importing contact 2025-02-15 22:26:58 +13:00
liamcottle
8184f8fc4c add helper function for setting device time 2025-02-15 22:21:13 +13:00
liamcottle
6e4696679e add helper function for getting device time 2025-02-15 22:18:39 +13:00
liamcottle
e2d2ab7cf8 add helper function for setting advert lat lon 2025-02-15 22:15:25 +13:00
liamcottle
6469b815b1 allow providing a timeout in milliseconds when fetching get self info 2025-02-15 22:11:22 +13:00
liamcottle
41d607a92f listen for sent and err response when sending text message 2025-02-15 22:01:20 +13:00
liamcottle
428eb70b59 listen for ok and err response when sending advert 2025-02-15 21:53:17 +13:00
liamcottle
4a3554ca36 add todo 2025-02-15 21:50:00 +13:00
liamcottle
faf9e2c943 remove variable 2025-02-15 21:48:58 +13:00
liamcottle
2f1c696842 export packet class 2025-02-15 21:41:30 +13:00
liamcottle
7d97745783 implement packet parser 2025-02-15 21:41:10 +13:00
liamcottle
bba89fd4f1 log contact export 2025-02-15 21:40:57 +13:00
liamcottle
381a1b9d17 implement import contact command 2025-02-15 21:39:29 +13:00
liamcottle
df3c032acd handle export contact response 2025-02-15 21:38:24 +13:00
liamcottle
12276302a7 add export contact command 2025-02-15 20:45:07 +13:00
liamcottle
cf4e1ccd83 add share contact command 2025-02-15 20:37:17 +13:00
liamcottle
28c7f14e74 1.0.4 2025-02-14 12:35:15 +13:00
liamcottle
17cc2b9834 add helper functions that wait for ok or error response 2025-02-14 12:35:10 +13:00
liamcottle
904c99d018 1.0.3 2025-02-14 00:18:13 +13:00
liamcottle
d5c9f4d88c add ok and err events 2025-02-14 00:18:07 +13:00
liamcottle
b4a65d0309 1.0.2 2025-02-13 23:59:53 +13:00
liamcottle
305ef81b01 add missing event listeners 2025-02-13 23:59:46 +13:00
liamcottle
b3611f58ee 1.0.1 2025-02-13 22:54:29 +13:00
liamcottle
37b13d4193 add ability to send and receive channel messages 2025-02-13 22:54:18 +13:00
liamcottle
183bd812fa add .idea to .npmignore 2025-02-13 13:32:49 +13:00
liamcottle
f12035ee36 1.0.0 2025-02-13 13:31:17 +13:00
liamcottle
b186b2eda6 return result as an int instead of a byte array 2025-02-13 13:21:30 +13:00
liamcottle
1afba5b726 add ability to send next message 2025-02-13 13:14:21 +13:00
liamcottle
85a3c36fbc read result code when emitting send response event 2025-02-13 13:14:05 +13:00
liamcottle
baa551bdd2 provide ack code as an integer instead of bytes 2025-02-13 13:13:39 +13:00
liamcottle
74c8981039 export classes 2025-02-13 00:18:25 +13:00
Liam Cottle
7ede1cd284
Create LICENSE 2025-02-12 23:09:24 +13:00
liamcottle
99427ecf3f add readme 2025-02-12 23:08:24 +13:00
liamcottle
d9cfad9581 add helper functions for advert types 2025-02-12 23:05:19 +13:00
liamcottle
defef4bddf add .idea to .gitignore 2025-02-12 23:00:28 +13:00
liamcottle
272ece07e8 add send text message function 2025-02-12 23:00:07 +13:00
liamcottle
8dc58d60c4 ask for tx power 2025-02-12 20:38:32 +13:00
liamcottle
32472fc842 update contacts list when path is updated 2025-02-12 01:44:08 +13:00
liamcottle
220ddfdd64 show path info 2025-02-12 01:42:40 +13:00
liamcottle
6ffd7ef270 show routing path to contact 2025-02-12 01:10:17 +13:00
liamcottle
46b18d00ae clean up 2025-02-12 00:54:46 +13:00
liamcottle
5735dc8b66 implement path updated push event 2025-02-12 00:48:02 +13:00
liamcottle
845f9d6d19 add ability to send messages to contacts 2025-02-12 00:44:53 +13:00
liamcottle
88c2be13d0 update title 2025-02-12 00:33:07 +13:00
liamcottle
09ff8771d8 use base class methods for disconnected event 2025-02-11 23:42:58 +13:00
liamcottle
c09ad0514c detect ble disconnect 2025-02-11 23:40:34 +13:00
liamcottle
af6403bf6a detect serial disconnect 2025-02-11 23:36:49 +13:00
liamcottle
995e740347 show contacts list on connect 2025-02-11 23:30:54 +13:00
liamcottle
865ca127ac fix reading and writing lat lon 2025-02-11 22:51:18 +13:00