https://github.com/valiot/ohlex
HostLink protocol stack of Omron PLCs over TCP.
https://github.com/valiot/ohlex
Last synced: about 1 month ago
JSON representation
HostLink protocol stack of Omron PLCs over TCP.
- Host: GitHub
- URL: https://github.com/valiot/ohlex
- Owner: valiot
- Created: 2022-04-08T03:16:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T04:24:52.000Z (over 1 year ago)
- Last Synced: 2025-10-23T14:58:12.109Z (8 months ago)
- Language: Elixir
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Ohlex
**HostLink protocol stack of Omron PLCs over TCP.**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ohlex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ohlex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ohlex](https://hexdocs.pm/ohlex).