routeros_api 0.1.2
routeros_api: ^0.1.2 copied to clipboard
A robust Dart package for MikroTik RouterOS API. Supports persistent connections, heartbeats, auto-reconnect, and real-time streaming.
0.1.2 #
- Shortened package description to meet pub.dev standards.
- Updated metadata for better search engine optimization.
0.1.1 #
- Improved package documentation and examples.
- Standardized example names for pub.dev compatibility.
- Internal code cleanup and consistency fixes.
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.