All Questions
4 questions
2
votes
2
answers
85
views
POSIX-ly finding a specific Java process
In this code I find a list all of the running java processes and give the below function a name to look for, it will do its best. But since I find my approach a ...
4
votes
1
answer
851
views
Remote control receiver for robot control
I have built an RC car and attached a Raspberry Pi to it - in order to control it, I wrote some Java code to listen to commands over the network and make the car move accordingly.
...
-7
votes
1
answer
243
views
Reading temperatures from /sys
I have this code which is working fine but I would like to use Java 8 NIO in order to optimize the code performance.
...
3
votes
1
answer
773
views
Parsing /proc/net/sockstat
I have this very simple code which is used to parse values:
...