Initial commitremote-mci-0.9
commitc87e08dd6f5581b61e20efd868487490b7b47a9b
authorJonas Fonseca <fonseca@diku.dk>
Wed, 7 Mar 2007 14:25:23 +0000 (7 15:25 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Wed, 7 Mar 2007 14:25:23 +0000 (7 15:25 +0100)
tree3fad7c68156177edecf7a64c4614cebd128ef1e1
Initial commit
93 files changed:
diku_mch/.gitignore [new file with mode: 0644]
diku_mch/Configuration.cc [new file with mode: 0644]
diku_mch/Configuration.h [new file with mode: 0644]
diku_mch/DeviceManager.cc [new file with mode: 0644]
diku_mch/DeviceManager.h [new file with mode: 0644]
diku_mch/Mote.cc [new file with mode: 0644]
diku_mch/Mote.h [new file with mode: 0644]
diku_mch/MoteHost.cc [new file with mode: 0644]
diku_mch/MoteHost.h [new file with mode: 0644]
diku_mch/SerialControl.cc [new file with mode: 0644]
diku_mch/SerialControl.h [new file with mode: 0644]
diku_mch/doxygen.cfg [new file with mode: 0644]
diku_mch/plugpiper/.gitignore [new file with mode: 0644]
diku_mch/plugpiper/plugpiper.c [new file with mode: 0644]
diku_mch/setup/etc/diku_mch.cfg [new file with mode: 0644]
diku_mch/setup/etc/hotplug/usb/dig528-2 [new file with mode: 0644]
diku_mch/setup/etc/hotplug/usb/dig528-2.link [new file with mode: 0644]
diku_mch/setup/etc/hotplug/usb/dig528-2.remove [new file with mode: 0644]
diku_mch/setup/etc/init.d/diku_mch [new file with mode: 0644]
diku_mch/setup/install.sh [new file with mode: 0644]
diku_mch/setup/sbin/.gitignore [new file with mode: 0644]
diku_mcs/.gitignore [new file with mode: 0644]
diku_mcs/Configuration.cc [new file with mode: 0644]
diku_mcs/Configuration.h [new file with mode: 0644]
diku_mcs/Host.cc [new file with mode: 0644]
diku_mcs/Host.h [new file with mode: 0644]
diku_mcs/HostListener.cc [new file with mode: 0644]
diku_mcs/HostListener.h [new file with mode: 0644]
diku_mcs/MoteAddresses.cc [new file with mode: 0644]
diku_mcs/MoteAddresses.h [new file with mode: 0644]
diku_mcs/doxygen.cfg [new file with mode: 0644]
diku_mcs/moteserver.cc [new file with mode: 0644]
diku_mcs/setup/etc/diku_mcs.cfg [new file with mode: 0644]
diku_mcs/setup/etc/init.d/diku_mcs [new file with mode: 0644]
diku_mcs/setup/readme [new file with mode: 0644]
mcs/.gitignore [new file with mode: 0644]
mcs/FileDescriptor.cc [new file with mode: 0644]
mcs/FileDescriptor.h [new file with mode: 0644]
mcs/MCIAddress.h [new file with mode: 0644]
mcs/Mote.cc [new file with mode: 0644]
mcs/Mote.h [new file with mode: 0644]
mcs/MoteControlInfrastructure.h [new file with mode: 0644]
mcs/Session.cc [new file with mode: 0644]
mcs/Session.h [new file with mode: 0644]
mcs/SessionListener.cc [new file with mode: 0644]
mcs/SessionListener.h [new file with mode: 0644]
mcs/constants.h [new file with mode: 0644]
mcs/database.cc [new file with mode: 0644]
mcs/database.h [new file with mode: 0644]
protocols/.gitignore [new file with mode: 0644]
protocols/BaseMsg.h [new file with mode: 0644]
protocols/MMSException.cc [new file with mode: 0644]
protocols/MMSException.h [new file with mode: 0644]
protocols/Message.cc [new file with mode: 0644]
protocols/Message.h [new file with mode: 0644]
protocols/MsgPayload.cc [new file with mode: 0644]
protocols/MsgPayload.h [new file with mode: 0644]
protocols/client_server/ClientMsg.cc [new file with mode: 0644]
protocols/client_server/ClientMsg.h [new file with mode: 0644]
protocols/client_server/MsgClientConfirm.cc [new file with mode: 0644]
protocols/client_server/MsgClientConfirm.h [new file with mode: 0644]
protocols/client_server/MsgClientRequest.cc [new file with mode: 0644]
protocols/client_server/MsgClientRequest.h [new file with mode: 0644]
protocols/client_server/MsgMoteIdList.cc [new file with mode: 0644]
protocols/client_server/MsgMoteIdList.h [new file with mode: 0644]
protocols/client_server/MsgSession.cc [new file with mode: 0644]
protocols/client_server/MsgSession.h [new file with mode: 0644]
protocols/client_server/localconstants.h [new file with mode: 0644]
protocols/diku_host_server/HostMsg.cc [new file with mode: 0644]
protocols/diku_host_server/HostMsg.h [new file with mode: 0644]
protocols/diku_host_server/MsgHostConfirm.cc [new file with mode: 0644]
protocols/diku_host_server/MsgHostConfirm.h [new file with mode: 0644]
protocols/diku_host_server/MsgHostRequest.cc [new file with mode: 0644]
protocols/diku_host_server/MsgHostRequest.h [new file with mode: 0644]
protocols/diku_host_server/MsgMoteAddresses.cc [new file with mode: 0644]
protocols/diku_host_server/MsgMoteAddresses.h [new file with mode: 0644]
protocols/diku_host_server/MsgMoteConnectionInfo.cc [new file with mode: 0644]
protocols/diku_host_server/MsgMoteConnectionInfo.h [new file with mode: 0644]
protocols/diku_host_server/MsgMoteConnectionInfoList.cc [new file with mode: 0644]
protocols/diku_host_server/MsgMoteConnectionInfoList.h [new file with mode: 0644]
protocols/diku_host_server/MsgPlugEvent.cc [new file with mode: 0644]
protocols/diku_host_server/MsgPlugEvent.h [new file with mode: 0644]
protocols/macros.h [new file with mode: 0644]
protocols/motecontrol/MoteMsg.cc [new file with mode: 0644]
protocols/motecontrol/MoteMsg.h [new file with mode: 0644]
protocols/motecontrol/MsgConfirm.cc [new file with mode: 0644]
protocols/motecontrol/MsgConfirm.h [new file with mode: 0644]
protocols/motecontrol/MsgRequest.cc [new file with mode: 0644]
protocols/motecontrol/MsgRequest.h [new file with mode: 0644]
protocols/motecontrol/localconstants.h [new file with mode: 0644]
protocols/tcputil.cc [new file with mode: 0644]
protocols/tcputil.h [new file with mode: 0644]
protocols/types.h [new file with mode: 0644]