• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

detecting ip or mac address

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello, i'm doing the final project now, i'm making a java program that can detect clients in wireless network area and identify them. but i have problems on how can we detecting ip address of a client which connect or in the area of a wireless network with java ? can we do that ? i think we can do that because there's software can do that, but i want to make my own with java and i dont know how .. ??
help me please...

thank you
 
Bartender
Posts: 1844
Eclipse IDE Ruby Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This isn't really Beginner's stuff, so I'm moving this to our Sockets and Internet Protocols forum.
 
Joel McNary
Bartender
Posts: 1844
Eclipse IDE Ruby Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This isn't really Beginner's stuff, so I'm moving this to our Sockets and Internet Protocols forum.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by cocomo organic:
hello, i'm doing the final project now, i'm making a java program that can detect clients in wireless network area and identify them. but i have problems on how can we detecting ip address of a client which connect or in the area of a wireless network with java ? can we do that ? i think we can do that because there's software can do that, but i want to make my own with java and i dont know how .. ??
help me please...

thank you




You can use the java.net package and classes like inetaddress etc to do your magic!
 
Yudhi Kurniawan
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is it possible to send frames from server to client automatically after the ip's client get detected (such as login form) using the RMI aplication ???

as far as i know that RMI only call methode from server..

and i dont want the clients have the classes to call the method from server so its fully server side

thank you for the clue before
 
My, my, aren't you a big fella. Here, have a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic