routeros_api 0.1.0
routeros_api: ^0.1.0 copied to clipboard
A powerful and robust Dart package for communicating with MikroTik RouterOS via its native API. Supports persistent connections, heartbeats, auto-reconnect, and real-time streaming.
0.1.0 #
- Initial release.
- Core RouterOS API protocol implementation (Post-6.43 login).
- Support for persistent connections.
- Added
talk()andexecute()for command execution. - Added
listen()for streaming responses (e.g., monitor-traffic). - Added Heartbeat mechanism to prevent idle timeouts.
- Added Auto-reconnection on network failure.
- Added
RouterOSExceptionfor structured error handling. - Documentation and examples updated.