quering RIPE database
843859Jul 24 2008 — edited Jan 20 2015Hi,
I did not know in which subforum should I post this question, so I put it here as I have a database challenge ahead.
I want to get data from the RIPE database (http://www.ripe.net/) which is having information about the user based on its ip. I know how to get to this information in console using telnet.
But how should I do this using Java? I tried HttpURLConnection and Streams and it is not working.
Did anyone ever tried that, or maybe would like to take a chellenge.