BenMenking / routeros-api

Client API for RouterOS/Mikrotik
337 stars 271 forks source link

Implement initial login for ROS v6.43+ #29

Closed aTanCS closed 6 years ago

aTanCS commented 6 years ago

See https://wiki.mikrotik.com/wiki/Manual:API#Initial_login But I'm not sure if it is possible to get ROS version before login. But without this change it won't be possible to use Net_RouterOS with v6.43+

fenixter commented 6 years ago

Here is two PRs: https://github.com/BenMenking/routeros-api/pull/28 https://github.com/BenMenking/routeros-api/pull/30

scottchiefbaker commented 6 years ago

Where are we at on this? 6.43 is officially out now.

I just upgraded my lab to 6.43 and I'm able to use the existing API to login just fine.

BenMenking commented 6 years ago

Merged

BenMenking commented 6 years ago

Big thank you to @fenixter for implementing and @scottchiefbaker for testing!