Lacca v0.1.1 Lacca.Protocol.Encoder View Source

This module provides helpers to encode messages suitable for being sent to a running a daemon which implements the shellac protocol. This module assumes that such a daemon is operating on a Port which has been started w/ the following options: [:binary, {:packet, 2}].

Link to this section Summary

Link to this section Functions

Link to this function

write_start_process(exec_name, args \\ []) View Source