ATmega88 Webserver

If you are an Atmel fan, you may enjoy this webserver built around the ATmega88. Since it has full TCP and HTTP support, communication can be done using a standard web browser on any system. We also noticed that the code uses AVR Libc and the processor can be replaced with an ATmega168, both used on the Arduino platform. Honestly, we think the most interesting part about this project is the firmware. The author has assumed that the webserver will only be sending one packet per request and the code is optimized for this setup. This leaves around 50% of the memory for the web application.

[via YourITronics]

Apple // Game Server

apple II game server

Feeling a bit nostalgic, reader [blurry] decided to write this Apple Game Server in Java using the rxtx library. The server eliminates the need for a floppy drive on your Apple //. You just need to connect the Apple // to your computer using a null modem cable and you will have access multiple games. To get started you tell the Apple // to accept serial commands. Then the Java program takes over, typing the loader program one line at a time. It takes about 15 seconds. Once that’s done you’re presented with a menu to boot whatever game you want.

Continue reading “Apple // Game Server”

Client/server Door Opener

door opener

You can thank reader [Alexandre Novello]’s laziness for generating this hack. Actually, as a self-proclaimed “software guy” he would have never approached this project if it wasn’t for the situation he was in: having to walk across the room to open the door for people, a door which has an electric opener right next to it. He’s got a thorough write-up on how he built the client and server portions of his software in Delphi. He also covers the hardware switch which is attached to the server via parallel port.

Continue reading “Client/server Door Opener”

Rogue Server In A UPS

ups

InventGeek‘s newest contributor, Dan Williams, has just posted his first project: hiding a server in a UPS surge protector. Dan found himself with a dead UPS surge protector and decided to do something fun. The brick has two built in RJ-45 connectors and power so he figured he could easily hide a server in it. There are three main components involved: a 4-port router, an NSLU, and a USB enclosure for a laptop hard drive. The router and the NSLU were both stripped of their cases to save space. The wall warts were stripped of their cases as well. There aren’t a lot legitimate reasons to make one of these. It is still a fun project and if a burglar runs off with your laptop, but not your disguised file server, you might feel a little better.

[thanks Jared]

Continue reading “Rogue Server In A UPS”