Create and share floor plans quickly and easily.

Fast & precise

Move rooms and symbols with mouse or set their sizes and distances numerically when high precision is required.

Multi-platform

Use your mobile device on location and complete the work on your computer at the office.

3D mode

See your project in 3D, as many floors as you need. Camera can be freely positioned.

Create a project or mikrotik api examples

FEATURES

Create detailed and precise floor plans. See them in 3D or print to scale. Add furniture to design interior of your home. Have your floor plan with you while shopping to check if there is enough room for a new furniture.

Mikrotik Api Examples __exclusive__ -

The MikroTik API serves as a powerful bridge between network administration and software development, allowing for the automation of complex tasks that would otherwise be tedious in the Winbox GUI or command-line interface (CLI). By leveraging the API, network engineers can programmatically manage configurations, monitor real-time traffic, and build custom user-facing portals for ISP management Core Functionality and Architecture

7) Useful libraries

The REST API is much more user-friendly for web developers and modern automation tools. You can use standard curl commands or any HTTP client. Fetch Interface Statistics: curl -k -u admin:password -X GET "https://192.168.88" Use code with caution. Copied to clipboard mikrotik api examples

Reviewing MikroTik API examples reveals a shift from a complex, proprietary protocol to a modern REST API introduced in RouterOS v7. While the older "binary" API is still supported for its performance, the REST API is now the preferred entry point for most developers due to its use of standard JSON and HTTP methods. 1. Modern REST API (RouterOS v7+) The MikroTik API serves as a powerful bridge

Interface Control: Programmatically enabling or disabling specific ports or wireless radios. Command: /interface/set =.id=ether1 =disabled=yes Python: librouteros (binary), requests (REST) Go: github

The REST API is generally easier to implement as it uses standard HTTP methods and JSON. A. Fetching Information (GET)

Each command ends with a blank line (\r\n\r\n). The router responds with !done, !trap (error), or !re (data reply). You rarely manipulate this raw layer; instead, you use libraries.

Example 11: Upload and Execute a New Script

scripts = api.path('system', 'script')
new_script = scripts.add(
    name='daily_reboot',
    source=':log info "Rebooting via API script"; /system reboot',
    policy='read,write,reboot'
)
scripts.call('run', .id=new_script['.id'])

CONTACT

Email:


Visit Floor Plan Creator's YouTube channel to find more information about the application.

×

Subscription change

Unused part of the current billing period payment will be discounted from the new plan price.

Are you sure to change your current subscription plan () to ?

×

Thank you

Please wait... Your subscription should be activated shortly.

You can check the state of your subscription on Your Account page.