Git Product home page Git Product logo

Comments (5)

scottchiefbaker avatar scottchiefbaker commented on August 31, 2024

I've used this library to talk to v6.49+ and haven't had any issues. Can you post the code you're using to login?

from routeros-api.

alvin-kiveu avatar alvin-kiveu commented on August 31, 2024

Okay am using the code below to login

debug = true; if ($API->connect('192.168.88.1', 'admin', '12345678')) { $API->write('/interface/getall'); $READ = $API->read(false); $ARRAY = $API->parseResponse($READ); print_r($ARRAY); $API->disconnect(); } ?>

I have connected to the Mikrotik Router and am using the same as routeros_api.class.php in this repo but it is not working or there is a requirement I need to do.

from routeros-api.

wharjack avatar wharjack commented on August 31, 2024

Connection attempt #1 to 192.168.10.1:8728... Connection attempt #2 to 192.168.10.1:8728... Connection attempt #3 to 192.168.10.1:8728... Connection attempt #4 to 192.168.10.1:8728... Connection attempt #5 to 192.168.10.1:8728... Error... Disconnected...

Same

from routeros-api.

wharjack avatar wharjack commented on August 31, 2024

oh sorry I connected using the default config in winbox

from routeros-api.

BenMenking avatar BenMenking commented on August 31, 2024

OK, considering this closed then.

from routeros-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.