>From GWT its not possible. But proxying it through the server it can be
possible

- send the remote ip to your server from GWT client.
- execute  "ping <remoteip>" command on the server.
- execute "arp -a " on the server to see the address-mac table. Parse the
contents of the output for the remote ip/mac u are looking for.

ARP=> Address resolution protocol. This keeps a track of IP and its mac
address on its address table.

My 2 cents!!

Thanks,
Subhro.

On Wed, Nov 24, 2010 at 8:50 AM, Xinyin <[email protected]> wrote:

>  nope. MAC is physical, JavaScript would not be able to access this.
>
> On Nov 24, 11:08 am, Anoop John <[email protected]> wrote:
> > Is there any way to get the client system MAC address in gwt?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to