Hello,
I’m making a application delphi for to work with the mikrotik.
I need print results of tables of the mikrotik on memo of the delphi.
how do i make this?
thanks.
Hello,
I’m making a application delphi for to work with the mikrotik.
I need print results of tables of the mikrotik on memo of the delphi.
how do i make this?
thanks.
you can either make ssh to the mikrotik and execute commands to get data, or you can try to use the API:
http://wiki.mikrotik.com/wiki/API
first u need get TStringList of each sentence,
and then find the each part of value then display them to TStringGrid or someting else.
Have a look at
http://forum.mikrotik.com/t/api-question/18939/15
If you have the energy to build a page for the WIKI, just mention me…