+ 1
Can I write a program that can access data of connected users on a hosted network
Networking
10 Answers
+ 4
Java is everywhere! So, of course you can write virtually any program. There reason here is how much time you ready spend for this project. There will be a lot of work to do and learn. From my point of view, it's better to start from tools that already exist and compose them to solve your problem. You can also use java for some minor work, e.g. for output and analyzing data. This is my two cents. Any other suggestion are welcome!
+ 3
Can you explain more about your problem.
+ 3
The easiest way to set up your network connection to work through proxy software. You can find open source or proprietary software. There is a proxy that written in Java too.
+ 3
Maybe this could help a little https://coderanch.com/t/207466/java/Proxy-Server-Java
+ 2
This is helpful, thank you
+ 2
You are welcome
+ 1
Of course. It's possible. But quastion is about your quality...
+ 1
I just want to know if it's possible for a Java program that sets up a wireless network(hotspot) to access data(call logs, pictures, browsing history) of users on that network
+ 1
This is nice, I will check it out
Thanks
+ 1
Thanks a lot, this will be useful