This document presents an implementation of RESTful web services on an embedded system using a Xilinx Spartan-3E FPGA board. The prototype provides home device control over a 100Mbps LAN network. It implements the necessary protocols for web services including TCP/IP from layers 2 to 4. The application layer processes REST requests and generates XML responses to control a washing machine simulator. Testing with a Java client program demonstrated the basic functions of the RESTful web services including retrieving descriptions and executing device functions over HTTP.