Commit graph

260 commits

Author SHA1 Message Date
liamcottle
9fb1d209eb update docs for building electron app and remove old method 2024-05-27 21:35:00 +12:00
liamcottle
ec92e458e6 compiled cxfreeze python app working inside electron with logging passed to web browser console 2024-05-27 21:26:23 +12:00
liamcottle
4cdc900133 initial electron wrapper 2024-05-27 17:31:20 +12:00
liamcottle
9d1c0bce1a force python to immediatly flush stdout and stderr streams so other programs such as nodejs can use immediately 2024-05-27 16:01:11 +12:00
liamcottle
4165d5291d add todo 2024-05-27 13:58:34 +12:00
liamcottle
940debc409 add url input field to support navigating to custom nomadnet urls 2024-05-26 21:21:17 +12:00
liamcottle
aa21a873ec add support for caching nomadnet pages in memory 2024-05-26 14:53:19 +12:00
liamcottle
92af375af2 add support for a reload button in nomadnet page browser 2024-05-26 14:32:10 +12:00
liamcottle
2bdecbb571 add support for a back button in nomadnet page browser 2024-05-26 14:25:38 +12:00
liamcottle
a16393d07d initiating call should return call object when link is established 2024-05-25 23:52:41 +12:00
liamcottle
806835f507 initiating call should not return link hash until link is established 2024-05-25 23:33:46 +12:00
liamcottle
47aeeaad30 remove print 2024-05-25 23:16:02 +12:00
liamcottle
68e16013f9 disable intermediate node hops for now 2024-05-25 22:30:47 +12:00
liamcottle
f4167379bf upgrade anychart 2024-05-25 20:54:57 +12:00
liamcottle
6753ff017f support multi hop visualisation 2024-05-25 20:32:49 +12:00
liamcottle
79fc80f10e implement network visualisation 2024-05-25 19:44:32 +12:00
liamcottle
45aab83ace update readme 2024-05-25 03:45:24 +12:00
liamcottle
55fc501615 update log 2024-05-25 03:42:15 +12:00
liamcottle
6ef1774a58 update docs for building from source 2024-05-25 03:40:59 +12:00
liamcottle
c0a70ec454 add windows build script 2024-05-25 03:37:18 +12:00
liamcottle
b00b0ad137 set bundle name for macos .app 2024-05-25 03:28:24 +12:00
liamcottle
f38bd2db77 file attributes 2024-05-25 03:28:13 +12:00
liamcottle
db6f6958ca build .dmg for macos .app 2024-05-25 03:25:11 +12:00
liamcottle
622c38f3ef add script to build macos .app 2024-05-25 03:10:30 +12:00
liamcottle
2fc30dae5c update docs 2024-05-24 02:44:54 +12:00
liamcottle
3e2ea279db fix header size 2024-05-24 02:44:10 +12:00
liamcottle
b142959b80 don't expose on all interfaces by default 2024-05-24 02:42:54 +12:00
liamcottle
8184316978 update todos 2024-05-24 02:41:22 +12:00
liamcottle
8909ae400a update todos 2024-05-24 02:39:59 +12:00
liamcottle
3d9281ebb1 fix storage path not existing for default identity 2024-05-24 02:19:21 +12:00
liamcottle
c3b4eceeec add copyright to installed exe 2024-05-24 02:10:55 +12:00
liamcottle
ee7a34e114 add license to readme 2024-05-24 02:09:09 +12:00
Liam Cottle
5b9f32011a
Create LICENSE 2024-05-24 02:08:10 +12:00
liamcottle
c8c3796a56 only generate a new identity on the first run, from then on, use the existing identity if another is not provided 2024-05-24 02:02:23 +12:00
liamcottle
d42801c135 add setup script to build an msi windows installer 2024-05-24 01:35:30 +12:00
liamcottle
e2f62d46c4 add button to clear call history 2024-05-23 23:34:33 +12:00
liamcottle
4c953ced2b add ui to show active calls 2024-05-23 23:24:26 +12:00
liamcottle
d4750c992a fix for null remote_destination_hash 2024-05-23 22:42:42 +12:00
liamcottle
bc865615d4 throw helpful exception when initiating a call fails 2024-05-23 22:28:34 +12:00
liamcottle
c9541fd532 add button to call selected peer 2024-05-23 22:15:03 +12:00
liamcottle
045c156030 add docs about lora audio calls 2024-05-22 16:28:46 +12:00
liamcottle
f08ed06dee add docs on audio worklet secure context 2024-05-22 16:25:49 +12:00
liamcottle
3cf12830a6 fix typo 2024-05-22 03:22:40 +12:00
liamcottle
80ecca8ab0 add audio calls beta feature to readme 2024-05-21 18:33:44 +12:00
liamcottle
2451bb8805 add calls section to main ui 2024-05-21 18:29:50 +12:00
liamcottle
734e55e08e update lang 2024-05-21 18:22:29 +12:00
liamcottle
44e2c2a184 remove old websocket for initiating calls 2024-05-21 18:11:20 +12:00
liamcottle
beef7d526b support timeout for intiating calls, and set default to 15 seconds 2024-05-21 18:09:05 +12:00
liamcottle
4a6dec1da6 add calling ui when button pressed 2024-05-21 17:33:27 +12:00
liamcottle
a6022161b0 allow updating remote codec when muted 2024-05-21 17:04:39 +12:00