Commit Graph

11 Commits

Author SHA1 Message Date
f59c28d966 WASM compatibility update
Related to: Usage as a lib #8

1.  feature gating of TLS and other features not supported with WASM.
2. updated documentation.
3. creation of AI slop WASM example for verification.
2025-09-08 12:28:44 -07:00
06cd6d0c82 Reference: Usage as a lib #8
- Implement protocol versioning
- migrate to thisError
- general error handling improvements in socktop_connector lib
- improve documentation
- increment  version
2025-09-07 18:55:23 -07:00
ffc246b705 Add WASM compatibility documentation and minimal tokio features 2025-09-04 14:49:39 -07:00
cd2816915d cargo fmt 2025-09-04 06:19:16 -07:00
7cd5941434 Add continuous monitoring examples to documentation 2025-09-04 06:17:23 -07:00
a9bf4208ab cargo fmt 2025-09-04 05:53:59 -07:00
9c1416eabf Fix build script to use vendored protoc binary for CI 2025-09-04 05:52:57 -07:00
2647b611d2 Fix build script to use protoc-bin-vendored for CI compatibility 2025-09-04 05:48:02 -07:00
a359f17367 fix for failed CI build 2025-09-04 05:45:13 -07:00
d93b7aca5a remove invalid slug 2025-09-04 05:41:59 -07:00
e51054811c Refactor for additional socktop connector library
- socktop connector allows you to communicate with socktop agent directly from you code without needing to implement the agent API directly.
- will also be used for non tui implementation of "socktop collector" in the future.
- moved to rust 2024 to take advantage of some new features that helped with refactor.
- fixed everything that exploded with update.
- added rust docs for lib.
2025-09-04 05:30:25 -07:00