Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sending messages to Erlang/LFE servers #26

Closed
9 tasks done
Tracked by #38 ...
oubiwann opened this issue Dec 21, 2021 · 6 comments
Closed
9 tasks done
Tracked by #38 ...

Support sending messages to Erlang/LFE servers #26

oubiwann opened this issue Dec 21, 2021 · 6 comments
Milestone

Comments

@oubiwann
Copy link
Contributor

oubiwann commented Dec 21, 2021

This is in support of the MIDI clock tracking that undermidi needs to do in support of VCV Rack interop.

Tasks:

  • Add basic TCP client
  • Add function for connecting to epmd
  • Add function for getting node port from epmd
  • Add CLI command for getting node port from epmd
  • Add function for connecting to remote host
  • Create functions for generating Erlang RPC/ERPC payloads
  • Create functions for making RPC calls to Erlang/LFE servers
  • Add configuration option for an RPC server
  • Update the MIDI receive callbacks to hit configured RPC servers

Blocks:

Related:

@oubiwann
Copy link
Contributor Author

Maybe this for basic TCP client?

@oubiwann
Copy link
Contributor Author

@oubiwann
Copy link
Contributor Author

@oubiwann
Copy link
Contributor Author

Hrm, until full OTP node support has landed (see #27) I don't think we're going to be able to get responses after sending an RPC message ... just going to have to fire into the void.

@oubiwann
Copy link
Contributor Author

The MIDI callback func has been updated to take the RPC client as a parameter. Once the external clock state machine is done, this client will be used to update the state machine when the MIDI clock message fires off the callback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant