views:

367

answers:

1

I'm trying to get the SSID of my wireless network device in Java. I tried the official network tutorials http://java.sun.com/docs/books/tutorial/networking/nifs/retrieving.html but getDisplayName() getName() don't return SSID. Is there a way to get an exact SSID? Also, I'm also trying to read the wifi signal strength of all my network devices and couldn't find a way to do it. Can anyone please direct me from where to get all these information (tutorials, code samples etc)?

Thanks

A: 

Did you see this jWlanScan

PeterMmm
Yes! But it seems platform dependent. It also uses a dll extension. I'm looking for something that is totally java (no any Windows specific dlls)
newbie