rsimmonsjr / axiom

Implementation of a highly-scalable and ergonomic actor model for Rust
Other
184 stars 21 forks source link

Example #136

Open hanusek opened 4 years ago

hanusek commented 4 years ago

Hello. I need an simple example - where 3 actors will communicate.

I am trying to make a data exchange system (look at graph). SerialPort - sends and receives data through the RS-485 port. DataHub - stores data, Http_server - Gives data as JSON.

Graph