Android App for setting up devices
I started this last week sometime before the hackathon and finally got back on to it tonight. Most of my Android programming has been purely native C++, so setting up…
WLGfx Programmers Website and Blog
Me, my programming and I...
I started this last week sometime before the hackathon and finally got back on to it tonight. Most of my Android programming has been purely native C++, so setting up…
At the Sprint24 Hackathon in Liverpool at Ziferblat I learned a lesson fast. My dietary needs and health come first over trying to do what everyone else is doing. I’d…
I’ve already got the media manager software completed, although it will get a huge face lift in the near future. I’ve also got a running server that at the moment…
The player software I am writing which had a big refactor last night now sends its unique ID to the server. The server also now stores this without a playlist…
My personal project has taken a huge face lift. The original player code has been stripped and split into two classes, the media client layer and the player itself. The…
Now I could have just got the MAC address and used that to communicate with the server, but I wanted to take it to the extremes. Mainly because I wanted…
Well, I finally got round to testing out the noise algorithms again. And this time in Java. I grabbed OpenSimplexNoise class and had to add my own functions to it…
Tonight I grabbed an old class that uses a pseudo random number generator and implemented it into the TCP client server encryption test. Both the client and server create a…
Well, I finally got round to testing out a basic encryption over TCP sockets. First off, the main() entry looks very familiar and is easy to understand. I simply create…