Getting info on mac-address

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting info on mac-address

ipstools.project
Hi,
is there a simple way to get a list of mac-addresses on Windows PC (either 32bit or 64bit)?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/d490105c-062f-4c4c-9b3b-b8e171013a55%40googlegroups.com.
Reply | Threaded
Open this post in threaded view
|

Re: Getting info on mac-address

Noschvie
Hello

is there a simple way to get a list of mac-addresses on Windows PC (either 32bit or 64bit)?

you can use the application #EsIpHelper and class #IpAdapterInfo, which implements #Address to get the MAC address of an adapter.
Norbert

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/b9dec878-3e91-4d50-8e41-7e0737732b63%40googlegroups.com.
Reply | Threaded
Open this post in threaded view
|

Re: Getting info on mac-address

ipstools.project
Hi Norbert,
 
  can`t find EsIpHelper in v9.2. Do I need to load some additional feature?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/2b299c88-f3bb-47db-8e6b-e63b8452c2c8%40googlegroups.com.
Reply | Threaded
Open this post in threaded view
|

Re: Getting info on mac-address

Noschvie
Please contact Instantiations [vast-support(at)instantiations.com] regarding EsIpHelper.
Instantiations developed this wrapper for our needs.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/5d128b43-345e-4515-98ee-000712d4109c%40googlegroups.com.
Reply | Threaded
Open this post in threaded view
|

Re: Getting info on mac-address

ipstools.project
OK, thanks

And one more question: does VA Smalltalk allows to make a call a managed dll (i.e. .NET dll)?

понедельник, 27 января 2020 г., 18:43:32 UTC+3 пользователь Norbert Schlemmer написал:
Please contact Instantiations [vast-support(at)<a href="http://instantiations.com" target="_blank" rel="nofollow" onmousedown="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Finstantiations.com\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFLf9JjlvfguRELBSKiHe8SBIr-Ww&#39;;return true;" onclick="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Finstantiations.com\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFLf9JjlvfguRELBSKiHe8SBIr-Ww&#39;;return true;">instantiations.com] regarding EsIpHelper.
Instantiations developed this wrapper for our needs.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/8c86d730-09bd-488e-877c-aad15f4beb13%40googlegroups.com.
Reply | Threaded
Open this post in threaded view
|

Re: Getting info on mac-address

Seth Berman
Hello,

Not out of the box, but the capability is there via FFI to call out to managed runtimes like python, ruby, .Net and so on.
This requires one to be comfortable with C and vm interface programming for VAST and whatever the target runtime is.

Its generally an advanced topic, but depending on what you are trying to do, its LOE is variable.  For example, if you just
want to run a method on the CLR and answer a basic result, then this is pretty simple.
On the other hand, if you want whole infrastructure for keeping Smalltalk proxies in sync with .Net objects by carefully managing
the references and having transparent object remoting...then that is a different LOE.

- Seth

On Tuesday, January 28, 2020 at 1:35:29 PM UTC-5, Sergei Filler wrote:
OK, thanks

And one more question: does VA Smalltalk allows to make a call to a managed dll (i.e. .NET dll)?

понедельник, 27 января 2020 г., 18:43:32 UTC+3 пользователь Norbert Schlemmer написал:
Please contact Instantiations [vast-support(at)<a href="http://instantiations.com" rel="nofollow" target="_blank" onmousedown="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Finstantiations.com\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFLf9JjlvfguRELBSKiHe8SBIr-Ww&#39;;return true;" onclick="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Finstantiations.com\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNFLf9JjlvfguRELBSKiHe8SBIr-Ww&#39;;return true;">instantiations.com] regarding EsIpHelper.
Instantiations developed this wrapper for our needs.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/fd56e5c0-00e8-4859-a086-b594e068c6eb%40googlegroups.com.