router_os_client 2.0.0 copy "router_os_client: ^2.0.0" to clipboard
router_os_client: ^2.0.0 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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add router_os_client

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  router_os_client: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:router_os_client/router_os_client.dart';
8
likes
140
points
743
downloads

Publisher

verified publisheranaab.tech

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

convert, flutter, logger

More

Packages that depend on router_os_client