|
|
d9c26f43ee
|
wip: saving harmony inventory, currently messing with async stuff, properly understanding stuff now so I should fix it soon. The recv in the inventory agent is sync and blocking the whole thread so the request cannot be sent until the recv is killed, which is wrong. Will fix this by isolating on another thread
|
2025-08-31 00:31:55 -04:00 |
|
|
|
e548bf619a
|
feat: Can now discover inventory agent and download its host definition, next up save it to db
|
2025-08-30 20:01:52 -04:00 |
|
|
|
f9906cb419
|
refact: Move basic types to harmony_types crate to avoid external dependencies.
Run Check Script / check (pull_request) Successful in 1m15s
This includes Id, IpAddress, Url and some other heavily used types
|
2025-08-30 18:01:14 -04:00 |
|
|
|
1eca2cc1a9
|
refact: Discovery callback takes a closure and fix git dependency hash
Run Check Script / check (push) Failing after 33s
Compile and package harmony_composer / package_harmony_composer (push) Successful in 6m10s
|
2025-08-30 16:48:13 -04:00 |
|
|
|
05e7b8075c
|
feat(inventory agent): Local presence advertisement and discovery now works! Must be within the same LAN to share the multicast address though
|
2025-08-29 11:22:44 -04:00 |
|
|
|
6ac0e095a3
|
wip(inventory-agent): local presence advertisement and discovery using mdns almost working
|
2025-08-29 01:10:43 -04:00 |
|