https://github.com/kalanda/serial2socket-proxy
serial2socket-proxy creates a virtual connection between the serial port and a network socket port with a simple graphical interface.. This software is a cross-platform application developed in Processing.
https://github.com/kalanda/serial2socket-proxy
cross-platform processing serial2socket-proxy socket
Last synced: about 1 year ago
JSON representation
serial2socket-proxy creates a virtual connection between the serial port and a network socket port with a simple graphical interface.. This software is a cross-platform application developed in Processing.
- Host: GitHub
- URL: https://github.com/kalanda/serial2socket-proxy
- Owner: kalanda
- Created: 2015-02-21T01:17:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-21T01:29:31.000Z (over 11 years ago)
- Last Synced: 2025-04-14T01:08:32.860Z (about 1 year ago)
- Topics: cross-platform, processing, serial2socket-proxy, socket
- Language: Processing
- Size: 219 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
serial2socket-proxy
===================
Description
-----------
serial2socket-proxy is a cross-platform software application developed in Processing that creates a virtual connection between the serial port and a network socket port.
For example, you can control an Arduino board connected to the serial port from any computer over internet. Also you can use this socket connection for communicate with your arduino board from Flash/Air application programmed in Actionscript, a PHP application or whatever language that can access to a socket.

## Requirements
To open and execute the source code in Processing, you have to download and install:
- [Download Processing](http://processing.org/download/)
- [Download ControlP5 GUI library for processing](http://www.sojamo.de/libraries/controlP5/#installation)
- [Download WebSocketP5 library for processing](http://muthesius.github.io/WebSocketP5/)
License
-------
serial2socket-proxy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
serial2socket-proxy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with serial2socket-proxy. If not, see .