Releases: jeonghanlee/epics-ioc-runner
Releases · jeonghanlee/epics-ioc-runner
EPICS IOC Runner 1.0.1
First release of epics-ioc-runner.
What's included
- Zero-dependency, systemd-native EPICS IOC management
- System-wide and local user execution modes
- Automated infrastructure setup (setup-system-infra.bash)
- Full IOC lifecycle management: install, start, stop, restart, enable, disable, remove
- Console access: attach (read/write), monitor (read-only)
- Advanced diagnostics: list (with -v, -vv), inspect (Netlink-based client PID mapping)
- Automated integration tests: error handling, local lifecycle, system infrastructure, system lifecycle
Requirements
- systemd
- procServ: https://github.com/jeonghanlee/procServ-env
- con (recommended): https://github.com/jeonghanlee/con
- socat (fallback for attach/monitor if con is unavailable)