i2cnet
An i2c to TCP/IP adaptor to allow easy remote control of an i2c bus.
This project was created to make i2c programming easier and platform independent. It is targeted toward the raspberry PI but it should work on any linux playform.
By abstracting the use of an i2c bus behaind a TCP/IP socket, it becomes possible to create and test applications on any platform with a TCP/IP stack.
Useage:
1. Install i2c-tools:
apt-get install i2c-tools
2. Extract the binary:
tar -zxvf i2cnet-1.0.0-rpi.tar.gz
3. Run the utility:
./i2cnet
For...