commit package to go along with the last commit, thanks fofware
authorTravis Kemen <thepeople@openwrt.org>
Fri, 12 Feb 2010 00:36:12 +0000 (00:36 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Fri, 12 Feb 2010 00:36:12 +0000 (00:36 +0000)
commitbcc39564108afd8d78009caaa250e0694febc0f2
treee744398cf8f8b405ada09ae898da0510a63b33fe
parent7a4641715bbe4c22187eae4da0b0fc8420722272
commit package to go along with the last commit, thanks fofware

SVN-Revision: 19589
14 files changed:
net/remotectrl/Makefile [new file with mode: 0644]
net/remotectrl/src/Makefile [new file with mode: 0644]
net/remotectrl/src/Makefile.inc [new file with mode: 0644]
net/remotectrl/src/Socket.c [new file with mode: 0644]
net/remotectrl/src/Socket.h [new file with mode: 0644]
net/remotectrl/src/Socket_Cliente.c [new file with mode: 0644]
net/remotectrl/src/Socket_Cliente.h [new file with mode: 0644]
net/remotectrl/src/Socket_Servidor.c [new file with mode: 0644]
net/remotectrl/src/Socket_Servidor.h [new file with mode: 0644]
net/remotectrl/src/clientselect.c [new file with mode: 0644]
net/remotectrl/src/remotectrl.c [new file with mode: 0644]
net/remotectrl/src/remotectrl.h [new file with mode: 0644]
net/remotectrl/src/server_socket.c [new file with mode: 0644]
net/remotectrl/src/servselect.c [new file with mode: 0644]