资 源 简 介
SerWebProxy is a GPL multi-threaded proxy program for redirecting
network socket connections to/from serial links, in cases where
the remote end of the serial link doesn"t have a TCP/IP
stack (eg an embedded or microcontroller system).
The proxy allows other hosts on the network to communicate
with the system on the remote end of the serial link.
When run, it listens for incoming connections on a specified TCP
ports. Whenever a connection is made data is proxied to and from
that connection to a serial port.
To control serial device from browser, there are two protocol available :
WebSocket protocol (spec 10)
HTTP GET
raw TCP socket (no browser support, for other purposes)
WebSocket works as expected, connection is kept open and it"s very similar to
how serial ports work. However, HTTP GET request is one-way and single request
type of communication. SerWebProxy handles it so that when GET request is made,
parameters (ever
文 件 列 表
serwebproxy-1.12
.cvsignore
AUTHORS
cfglib.c
cfglib.h
ChangeLog
config.c
config.h
COPYING
error.c
error.h
examples
http.c
http.h
INSTALL-unix
INSTALL-win32.txt
main.c
Makefile
pipe.c
pipe.h
README
serwebproxy.cfg
serwebproxy.opensdf
serwebproxy.sln
serwebproxy.suo
serwebproxy.vcxproj
serwebproxy.vcxproj.filters
serwebproxy.vcxproj.user
sio.c
sio.h
sock.c
sock.h
string.c
string.h
thread.c
thread.h
TODO
VERSION
vlist.c
vlist.h
websocket.c
websocket.h
windows_binary