Open GoogleCodeExporter opened 9 years ago
Hello,
I can't find how to get "ip firewall connection print count-only" connection
record, could you add this on next update??
Thanks
Alan
Original comment by alantang...@gmail.com
on 25 May 2011 at 10:52
Hi,
There are some properties which throw an excepton so some stuff can't be binded
to grid (expl: FirewallAddressList)...
Original comment by marijan....@gmail.com
on 27 May 2011 at 2:56
I understand your situation. I always vote for exceptions (when you have to
choose between return 'default value' or exception) because exception gives you
advice that something is wrong.
May be, it is not very good idea for objects that should be binded do UI ;-)
I will analyze it.
Thanx,
Danik
Original comment by daniel.f...@gmail.com
on 4 Jun 2011 at 6:53
ad
ip firewall connection print count-only
I will add sample for 'scalar values'.
Original comment by daniel.f...@gmail.com
on 4 Jun 2011 at 7:02
I found some problems and have some stuff to add in "to-do" list :D
SystemResources can't be called because it doesn't contains .id member which is
required.
No support for tags, so bandwith-test, wireless registration list...couldn't be
called because they doesn't have "!done" mark and they need to be stopped
manualy with "/cancel" command + they should run in separate thread or in
BgWorker so we can stop them.
Original comment by marijan....@gmail.com
on 30 Jun 2011 at 9:10
Thanx for feedback.
* Madatory of .id is my bug and must be fixed til 1.0 release.
* Support for backround operations will be major feature of v 2.0. In this
time, you can manage it by lowlevel IApiConnector API (I hope ;-) ).
I am going to use BTest in my application for our wireless network - so may be
I is reason for increasing priority of this task.
Thanks again,
Danik
Original comment by daniel.f...@gmail.com
on 30 Jun 2011 at 9:25
Thanks a lot!
Original comment by alantang...@gmail.com
on 26 Jul 2011 at 1:34
Version 0.9.2 has been released ...
Original comment by daniel.f...@gmail.com
on 4 Nov 2011 at 9:00
I Check out it , thx a lot
Original comment by wxq11...@gmail.com
on 12 Nov 2011 at 3:01
I like your work and I need working in silverlight. Can you help me? I need
some code for silverlight, and I can't find example or any information. Please,
tell me a_salome@hotmail.com
Original comment by asal...@gmail.com
on 11 Sep 2012 at 9:47
Hi. In silverlight you have to deal MS security restrictions. It is not primary
about tik4net but it is about network connection from silverlight application
to remote website.
I recommend you this article on msdn:
http://msdn.microsoft.com/en-us/library/cc645032%28v=vs.95%29.aspx
As for architecture - I believe that it is better to create some app-server
which could connect to mikrotik directly (you could configure mikrotik more
safely) and allow silverlight client to communicate with this server via WCF.
I undrestand your idea and I will try to setup some example how to do this. But
it will not be very soon. May be - somebody of tik4net users could do it and
share his idea?
Original comment by da...@danik.biz
on 28 Sep 2012 at 9:39
Hello Danik, can yo update your dll for Mikrotik V6.1 , the dll no working with
this version.
Original comment by iglobalt...@gmail.com
on 20 Jun 2013 at 10:42
I'm getting a few error using your Tik4Net API that I wanted to see if you
could help direct me to where would be the best location to identify the
following errors that I'm getting when reading from a Mikrotik CCR1016 Router
OS version 6.6.
So far your FirewallNatList is loading fine but the items below will now run
the LoadAll() Methods shown below:
First Error that I'm seeing but isn't stopping me from connecting:
TikSession TikRouter Error:
DataRow does not contains item with key 'write-sect-since-reboot'.
QueueSimpleList queueList = new QueueSimpleList();
queueList.LoadAll();
queueList.LoadAll() Return below Error:
Additional information: DataRow does not contains item with key 'disabled'.
Original comment by MagicWe...@gmail.com
on 26 Nov 2013 at 10:22
Hi all,
I will try to find somewhere mikrotik in this version. It is possible, that there are some changes in API :-/
As for #13:
You could set mandatory=false on Disabled property in QueueSimple.designer.cs
and rebuild your own dll. (And simmilar change in SystemResources.designer.cs).
Have a nice day,
Danik
Original comment by daniel.f...@gmail.com
on 28 Nov 2013 at 8:54
Is this project still being maintained? When is version 1.0 expected to be
released? Is this API found to work with 6.x Mikrotik OS?
Original comment by MagicWe...@gmail.com
on 6 Jul 2014 at 5:29
hi sir
i want only one code
i want add comment to user from text box in vb 2005
ex
textbox1.text = " comment gos here "
next is winbox terminal code
/tool user-manager user> comment "user" comment gos here
i want button1_click
/tool user-manager user> comment "user" textbox1.text
thank you
Original comment by smarti...@gmail.com
on 22 Sep 2014 at 1:53
Original issue reported on code.google.com by
daniel.f...@gmail.com
on 9 Apr 2011 at 2:03