Hi,
use .NET core version of dlls (or nuget). I can confirm, that running tik4net with xamarin forms is possible at least at android OS. IOS not tested.
D
Tested (and works OK) with my v6.45.6 RB493 (at least SSL version).only work until ROS 6.45.2
doesn't work for ROS above 6.45.2
Thanks - added to code base. Will be part ot the next release.Yes, just take a copy of https://github.com/danikf/tik4net/blob/ ... terface.cs and include the properties:
Hi,now i have a small request.
can you add ip bindings object?
var user = new HotspotUser()
{
Name = "TEST",
LimitUptime = "1:00:00",
Password = "secretpass"
};
_connection.Save(user);
Answer:To obtain the Rx and Tx values of the interface, in which way it is done, thank you in advance.
var ethIface = Connection.LoadSingle<Interface>(Connection.CreateParameter("name", "ether1"));
var rx = ethIface.RxByte;
connection.Open(HOST, PORT, USER, PASS);
connection.LoadAll<UserProfile>().Where(u=>u.Comment="expired.user").Count();
using (var conection = ConnectionFactory.OpenConnection(TikConnectionType.ApiSsl, host, user, pass))
{
// do something usefull
}
var list = Connection.LoadAll<InterfaceWireless.WirelessRegistrationTable>();
// renew IP on dhcp-client interface
connection.LoadAll<IpDhcpClient>().First().Release(connection);