Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwmiller/lob_ex
Length-Object-Binary (LOB) Packet Encoding (Elixir)
https://github.com/mwmiller/lob_ex
Last synced: 19 days ago
JSON representation
Length-Object-Binary (LOB) Packet Encoding (Elixir)
- Host: GitHub
- URL: https://github.com/mwmiller/lob_ex
- Owner: mwmiller
- License: mit
- Created: 2016-02-22T12:18:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T16:07:33.000Z (about 1 year ago)
- Last Synced: 2024-10-30T16:56:22.997Z (about 2 months ago)
- Language: Elixir
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Length-Object-Binary (LOB) Packet Encoding (Elixir)
* [x] Complete packet decoding
* [x] Complete packet encoding
* [ ] Chunking/streaming
* [x] Documentation
* [ ] Complete test coverage## Installation
```
# add dependencies in mix.exs
defp deps do
[
{:lob, "~> 0.0.2"}
]
end# and fetch
$ mix deps.get
```