danalex97 / Speer

A network discrete event simulator for peer-to-peer network modeling.
MIT License
14 stars 3 forks source link

Elixir SDK #12

Closed danalex97 closed 6 years ago

danalex97 commented 6 years ago

To do an external SDK, we need to be able to write a library that would keep.

The current idea is to use a file or a memory-mapped file as a pipe-like communication mechanism between multiple processes. An "External" SDK will stand on top of the Go SDK, communicating with an Elixir runtime.

The message passing would happen as follows:

We might need to refactor the interfaces before doing new SDKs.

Usefulness:

danalex97 commented 6 years ago

stale