cyberbit / telem

Trivial ETL Engine for Minecraft
http://telem.cyberbit.dev
Other
27 stars 4 forks source link

Add secure modem input and output adapters #27

Closed cyberbit closed 11 months ago

cyberbit commented 1 year ago

There needs to be some kind of in-game communication possible within Telem for coordinating systems across dimensions. Each computer attached to a peripheral can directly output its metrics to whatever local display it wants to, but having a home base that collects everything in one place is going to be important.

The input adapter would be a very specialized design as it needs to listen to events in order to collect them. The output would work like a normal output adapter, just screaming metrics into the void.

The input adapter sends requests to output adapters. The output adapters listen for requests.

Design notes:

cyberbit commented 11 months ago

Completed in #32.