Monthly Archives: April 2006
Test Server in Processing
I use it any time I have a client that needs to connect to a web server or chat server, and I want to see what the client is sending, byte for byte. You can modify it to send and receive whatever you need./* server_test Language: Processing Creates a server that listens for clients and prints what they say.
Continue reading
HTTP Request in Processing
This program shows how to make a HTTP request in Processing. /* http client by Tom Igoe Starts a network client that connects to a server on port 80, sends an HTTP 1.1 GET request, and prints the results.
Continue reading
Web Scraping using a Microcontroller
This program connects a Wiring or Arduino module to the internet through a Lantronix serial-to-ethernet converter (Xport, WiPort, or Micro)…. When the web page comes back, it parses the page for < and > symbols, and takes the string between them. Continue reading
Arduino Shields for Prototyping
Below are two designs for Arduino prototyping shields. They’re designed as generic boards on which you can develop any small circuit to connect to the Arduino board. One has a breadboard mounted on it, and the other has a simple PCB grid of holes. Continue reading