router_os_client 1.0.2 router_os_client: ^1.0.2 copied to clipboard
RouterOSClient is a Dart/Flutter package that provides an easy-to-use interface for connecting and interacting with Mikrotik's RouterOS devices via a socket connection.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- Initial setup for
router_os_client
with basic API connection. - Support for sending commands to RouterOS devices.
- Error handling and logging mechanisms.
Changed #
- Improved exception handling for better reliability during API calls.
Fixed #
- Fixed dependency resolution error caused by mismatched project name.
- Resolved issues with socket connection stability.