>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 <xinyi...@gmail.com> wrote:

>  nope. MAC is physical, JavaScript would not be able to access this.
>
> On Nov 24, 11:08 am, Anoop John <anoopjoh...@gmail.com> 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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to