Hi,
I try to develop a plugin to retreive informations from server like MAC adress. But I don’t find on Servoy API 3.5, a method to do this.
I know that IT2Be tool plugin do this but we try to make our own plugin with other method for our solution.
Could you give me a way to do this.
Thanks.
Retrieving the MAC address is nothing that will ever be offered by the Servoy API, but maybe by the Java API one day. Today it is not even possible with the Java API, you have to use a hack that makes a console call to retrieve MAC address(es!).
We have an (internal) plugin that does that. Maybe you contact me privately if this is important for you.