Commit Graph

63 Commits

Author SHA1 Message Date
Elara 7e68d5541c Add rewritten infinitime abstraction and integrate it into ITD 2024-04-13 21:20:12 -07:00
Elara 669788034f Run formatter
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-06-28 21:49:44 -07:00
Elara 9998915959 Update domain 2023-04-20 19:54:58 -07:00
Elara f7ac77273e Gracefully shut down each component before exiting 2023-03-26 14:34:29 -07:00
Elara e858c43b5e Switch from zerolog to go.arsenm.dev/logger 2023-01-04 15:06:05 -08:00
Elara 4dec1d70b8 Add error handling for RPC registration functions 2023-01-03 16:47:25 -08:00
Elara 19a9f64525 Move multiplexing code into separate module 2023-01-03 13:06:38 -08:00
Elara 94ec82c4a6 Start separate goroutine for multiplexed stream handling 2023-01-03 01:02:48 -08:00
Elara b656c69350 Add connection multiplexing, fixing itgui 2023-01-03 00:54:00 -08:00
Elara d41872ab64 Switch to autogenerated DRPC framework 2023-01-02 22:30:17 -08:00
Elara 9f0ca5a7df Move mpris out of pkg directory and run gofumpt 2022-11-24 17:36:25 -08:00
Elara aefe6a82ff Close channel once resource uploading complete 2022-10-16 12:42:59 -07:00
Elara a04c95b0be Add -r for rm and -p for mkdir 2022-09-03 16:28:25 -07:00
Elara ec6d216346 Add LoadResources() to API 2022-08-30 12:13:22 -07:00
Elara bcf0d33531 Propagate context to lrpc 2022-05-12 17:14:34 -07:00
Elara f5092cd2e1 Create and propagate contexts wherever possible 2022-05-11 13:24:12 -07:00
Elara 3689fcf889 Remove debug print 2022-05-01 20:56:14 -07:00
Elara f1a7a87ef8 Remove the no-longer useful none type alias 2022-05-01 20:51:13 -07:00
Elara 78e64fe3ed Remove now unnecessary DoneMap 2022-05-01 14:00:31 -07:00
Elara fe00e8bb65 Use default codec 2022-05-01 11:41:16 -07:00
Elara a1ee021675 Switch to lrpc and use context to handle signals 2022-05-01 11:36:28 -07:00
Elara c929635029 Use rpcxlite 2022-04-30 03:25:27 -07:00
Elara c17ba102dd Add comments 2022-04-24 00:58:39 -07:00
Elara 0ae40d69bc Support bidirectional requests over gateway 2022-04-24 00:54:04 -07:00
Elara 11af134444 Enable RPCX gateway 2022-04-23 11:29:16 -07:00
Elara 6dedd187d4 Improve error handling 2022-04-22 18:43:13 -07:00
Elara 4caa504db1 Remove old code comment 2022-04-22 17:19:23 -07:00
Elara 9990e92f19 Switch from custom socket API to rpcx 2022-04-22 17:12:30 -07:00
Elara 597e7dab5f Make sure fs is only updated if dev.FS() succeeds (#11) 2022-03-08 08:32:31 -08:00
Elara 65cae3aeab Add update weather command to itctl 2022-02-23 21:22:03 -08:00
Elara 57768acb94 Switch from viper to koanf 2022-02-21 11:20:02 -08:00
Elara 3d89a03ca7 Update Infinitime library to use custom agent 2021-12-16 21:32:06 -08:00
Elara dcec9f593b Propagate FS errors on read/write and close files when finished writing 2021-12-13 09:58:34 -08:00
Elara 8c020f792d Implement file transfer progress 2021-12-12 17:08:48 -08:00
Elara 56ed3dda88 Remove debug code 2021-12-11 22:23:01 -08:00
Elara 9bfdaef70c Directly read/write files from ITD 2021-12-11 22:11:01 -08:00
Elara 9108dbd40b Fix and add error messages to fs operations 2021-11-27 00:03:13 -08:00
Elara d8f4fd8aa5 Ensure that the FS works after a reconnect 2021-11-25 20:35:03 -08:00
Elara 50db403614 Add missing responses to some FS operations 2021-11-25 19:46:04 -08:00
Elara eda92e2d62 Get BLE FS once rather than on every connection 2021-11-25 19:41:44 -08:00
Elara fe1ebc40a0 Implement BLE FS 2021-11-22 22:04:09 -08:00
Elara 5c8fd72f85 Handle unknown request type 2021-10-24 01:11:57 -07:00
Elara cf7dbd0b9c Use request type for error response type 2021-10-24 01:09:27 -07:00
Elara 8d29ece214 Return request type for response type 2021-10-24 00:45:50 -07:00
Elara 4b6b2a4581 Disable firmware updating error once progress channel closed 2021-10-23 22:03:33 -07:00
Elara e45bfe3de8 Generalize socket cancellation and update API accordingly 2021-10-23 18:03:17 -07:00
Elara 46a891d852 Add responses to cancellation requests 2021-10-22 22:15:35 -07:00
Elara ff8ce1b2a5 Add cancellation to watchable values 2021-10-22 22:14:01 -07:00
Elara a235903583 Send response types in socket responses and create api package 2021-10-22 20:47:57 -07:00
Elara 4b95af905d Implement motion service 2021-10-22 13:21:14 -07:00