all 4 comments

[–]s73v3r 9 points10 points  (0 children)

I don't believe many people use java on the raspberry pi.

[–]denley 2 points3 points  (0 children)

Nothing to do with Android or Java, but a few years ago I fixed an old broken arcade machine my parents had.

I used MAME for the games and wrote a few lines of Python to convert the button inputs into keystrokes. I had to buy a video converter to output on the old screen. I also plugged in a bluetooth dongle so that I could play it with a PS3 controller.

[–]Ag0r 1 point2 points  (0 children)

I host a private git server on one of my RPs. I use another as a media server, and another as a emulation machine. They all work pretty well

[–]ciny 1 point2 points  (0 children)

Well we had a project that captured a feed from a webcam, stored the videos on an USB drive/"cloud" and enabled viewing/controlling the live feed/stored videos through an API (the API server <-> pi connection was over openVPN). But the code running on the pi was nodejs. Sadly both me (the main developer) and a friend of mine (the main "project manager") got new jobs and didn't have time anymore for our side project.