danikf / tik4net

Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.
Apache License 2.0
174 stars 93 forks source link

APIv2 in CodeGenerator and additional highlevel API classes for (BGP) routing and system info #65

Closed dj3mu closed 4 years ago

dj3mu commented 4 years ago

First of all thanks for this great piece of software with very comprehensive and clean code.
And it's really helpful for my Hamnet monitoring solution.

I've extended the high-level O/R API with some features that I needed.
Those are mainly for accessing BGP routing and system details.
The required changes to tools for generating those extensions with RouterOS >= 6.45 devices (which only support APIv2) are also included.

Currently I have to include the high-level API changes directly in my code.
So I'd really appreciate if this PR could be accepted, making my additions part of the "official" release.

It would also be great if a new release could be created with my changes and deployed to nuget.org in some near future.

danikf commented 4 years ago

Usefull update. Thanks! As for next nuget release - have to do some changes before. I will release it before end of the year.

dj3mu commented 4 years ago

Thanks for merging, Daniel.

As for next nuget release - have to do some changes before. I will release it before end of the year.

Perfectly fine for me and thanks for sharing that schedule.