Commit Graph

52 Commits

Author SHA1 Message Date
Elara 2d0db1dcf1 Close channel once resource uploading complete 2022-10-16 12:42:59 -07:00
Elara 4efa4380c4 Add -r for rm and -p for mkdir 2022-09-03 16:28:25 -07:00
Elara 851f1975d6 Add LoadResources() to API 2022-08-30 12:13:22 -07:00
Elara 958f2af516 Propagate context to lrpc 2022-05-12 17:14:34 -07:00
Elara 60f1eedc9a Create and propagate contexts wherever possible 2022-05-11 13:24:12 -07:00
Elara 4c27f424b2 Remove debug print 2022-05-01 20:56:14 -07:00
Elara 86fbef2e8a Remove the no-longer useful none type alias 2022-05-01 20:51:13 -07:00
Elara b0c4574481 Remove now unnecessary DoneMap 2022-05-01 14:00:31 -07:00
Elara 428e7967c1 Use default codec 2022-05-01 11:41:16 -07:00
Elara 56dbf0540e Switch to lrpc and use context to handle signals 2022-05-01 11:36:28 -07:00
Elara 240e7a5ee4 Use rpcxlite 2022-04-30 03:25:27 -07:00
Elara 625805fe96 Add comments 2022-04-24 00:58:39 -07:00
Elara 4b6f7d408e Support bidirectional requests over gateway 2022-04-24 00:54:04 -07:00
Elara 8dce33f7b1 Enable RPCX gateway 2022-04-23 11:29:16 -07:00
Elara d4a8a9f8c9 Improve error handling 2022-04-22 18:43:13 -07:00
Elara 7fd9af3288 Remove old code comment 2022-04-22 17:19:23 -07:00
Elara 0cdf8a4bed Switch from custom socket API to rpcx 2022-04-22 17:12:30 -07:00
Elara 553709ce8d Make sure fs is only updated if dev.FS() succeeds (#11) 2022-03-08 08:32:31 -08:00
Elara 9e63401db3 Add update weather command to itctl 2022-02-23 21:22:03 -08:00
Elara 4b2694ee0d Switch from viper to koanf 2022-02-21 11:20:02 -08:00
Elara 23b9cfe8a3 Update Infinitime library to use custom agent 2021-12-16 21:32:06 -08:00
Elara 518fe74e96 Propagate FS errors on read/write and close files when finished writing 2021-12-13 09:58:34 -08:00
Elara c019d7523b Implement file transfer progress 2021-12-12 17:08:48 -08:00
Elara 03c3c6b22f Remove debug code 2021-12-11 22:23:01 -08:00
Elara 873df67d1f Directly read/write files from ITD 2021-12-11 22:11:01 -08:00
Elara 24cfda82d7 Fix and add error messages to fs operations 2021-11-27 00:03:13 -08:00
Elara 655af5c446 Ensure that the FS works after a reconnect 2021-11-25 20:35:03 -08:00
Elara f5d326124d Add missing responses to some FS operations 2021-11-25 19:46:04 -08:00
Elara 38119435f1 Get BLE FS once rather than on every connection 2021-11-25 19:41:44 -08:00
Elara 7b870950d1 Implement BLE FS 2021-11-22 22:04:09 -08:00
Elara 0d0db949af Handle unknown request type 2021-10-24 01:11:57 -07:00
Elara 0d164aef3d Use request type for error response type 2021-10-24 01:09:27 -07:00
Elara dff34b484d Return request type for response type 2021-10-24 00:45:50 -07:00
Elara 2ea9f99db6 Disable firmware updating error once progress channel closed 2021-10-23 22:03:33 -07:00
Elara e198b769f9 Generalize socket cancellation and update API accordingly 2021-10-23 18:03:17 -07:00
Elara f20fdcb161 Add responses to cancellation requests 2021-10-22 22:15:35 -07:00
Elara eeba9b2964 Add cancellation to watchable values 2021-10-22 22:14:01 -07:00
Elara 80a5867d6b Send response types in socket responses and create api package 2021-10-22 20:47:57 -07:00
Elara 1492db7566 Implement motion service 2021-10-22 13:21:14 -07:00
Elara e7de7bd7bb Update infinitime library version to fix intermittent DFU issues 2021-10-21 20:27:58 -07:00
Elara b15cbb6349 Show update file names when selected in itgui 2021-10-07 13:38:13 -07:00
Elara c56c0ae198 Update variable names and comments for interface-based transliteration 2021-10-04 20:23:54 -07:00
Elara 2bbd722ecd Add korean transliteration 2021-10-04 19:07:54 -07:00
Elara 73f16fcfef Use interface to allow for more complex transliteration implementations 2021-10-04 17:45:26 -07:00
Elara 1db2ca3395 Add transliteration 2021-10-04 01:05:01 -07:00
Elara b7bd385c43 Add GUI frontend 2021-08-25 21:18:24 -07:00
Elara cb8d207249 Switch to iota for request types and move to types package 2021-08-24 20:32:17 -07:00
Elara 91f7132d5e Create new config format 2021-08-24 08:33:41 -07:00
Elara adb297c6dd Fix find and replace error 2021-08-22 13:53:32 -07:00
Elara b4992cb393 Update infinitime library to fix connection bug 2021-08-22 13:13:37 -07:00