Domo; node based automation.
Go to file
Raine 3ed68d8d3b
ci/woodpecker/push/lib Pipeline was successful Details
fix: bump lib version
2024-03-10 19:34:42 +01:00
.woodpecker fix: woodpecker ci config 2024-01-04 20:23:13 +01:00
doc doc: added some documentation regarding implementation and behaviour 2023-12-13 23:42:19 +01:00
domo_lib fix: bump lib version 2024-03-10 19:34:42 +01:00
domo_proto fix: bump 2024-02-28 15:07:51 +01:00
.gitignore fix: remove PacketFilter, implement more filters and doc 2023-12-10 03:32:08 +01:00
LICENSE doc(feat+fix): added license, changed readme and line fix in proto doc 2023-12-10 03:52:59 +01:00
README.md doc(feat+fix): added license, changed readme and line fix in proto doc 2023-12-10 03:52:59 +01:00

README.md

Domo is a protocol for automation.

What is it?

Basically a L3 protocol that allows things to talk to each other.
The protocol is designed to be efficient but also agnostic, so there is some overhead.
For example, when using Domo over IP, the src and dest are pretty much overhead, or when using Domo over TCP the checksum is overhead.
However, I designed the protocol to keep all essentials in so that you could use this protocol without worrying about drivers that talk to the master node.

Who's using it?

  • Me!

How well is it supported?

Well, as long as I am in the "Who's using it?", Domo will get bugfixes and feature updates.
If you're using it personally and discover issues with the protocol, you can:

  • Send me an email: raine@ixvd.net
  • Create an issue in this repo

Can I use it?

Yes, please do!
However, please look at ./LICENSE before using this stack.