I have an erlang server that will be communicating via tcp sockets with a client written in C. Are there any C libraries for parsing erlang binary terms to C structs?
I realize this is not absolutely necessary, but it would be very convenient.
|
1
|
|
|
|
|
|
I've crafted my own: EPAPI (Erlang Port API) in C/C++. Very easy to use and I provide a Debian repo for easy updates. Example
|
||
|
|
|
|
There are C libraries for interprocess communication between Erlang and C, erl_interface and C Nodes: |
||
|