Project

General

Profile

Statistics
| Revision:

root / branches / rbom / code / projects / colonet / ColonetServer / ColonetServer.cpp @ 1390

History | View | Annotate | Download (7.14 KB)

# Date Author Comment
365 01/22/2008 08:43 PM Austin Buchan

made a copy

348 01/21/2008 07:44 PM Eugene Marinelli

fixed some warnings in colonet robot code

347 01/21/2008 07:18 PM Eugene Marinelli

fixed dumb wl library bug

334 12/12/2007 07:51 PM Greg Tress

Added battery request functionaltiy. It works, but is kind of a hack. I will be cleaning it up so the format is the same as other requests.

297 11/19/2007 10:09 PM Eugene Marinelli

trying to get server to send back num robots, xbee ids, sensor matrix -- not working yet

164 10/12/2007 08:48 PM Eugene Marinelli

Fixed bug in ColonetServer.cpp

161 10/12/2007 08:19 PM Eugene Marinelli

formatting stuff

143 10/09/2007 10:41 PM Jason knichel

improved the data encapsulation of connection pool

142 10/09/2007 09:26 PM Jason knichel

renamed client.cpp and its header file to wirelessMessageHandler.cpp

140 10/09/2007 08:40 PM Jason knichel

removed the dependency the wireless message handler had on the connection pool

133 10/09/2007 01:58 AM Jason knichel

removed some dead code

132 10/09/2007 01:56 AM Jason knichel

changed the Log class a little and made it conform to coding style slightly better

127 10/09/2007 12:26 AM Jason knichel

did a very hacky solution to make the server compile again.
when someone learns more about archives/libraries, this should be fixed

118 10/05/2007 11:32 PM Eugene Marinelli

updated server for new wl library changes

59 09/24/2007 05:02 PM Jason knichel

got rid of a few more TODO's

58 09/24/2007 04:33 PM Jason knichel

got rid of some TODO's

57 09/24/2007 04:16 PM Jason knichel

renamed Logging.cpp to Log.cpp to match the name of the class

55 09/24/2007 04:07 PM Jason knichel

added comments and fixed style a little bit

34 09/12/2007 07:18 PM Eugene Marinelli

Small colonet cleanup.

29 09/12/2007 06:11 PM Jason knichel

added some doxygen comments

27 09/12/2007 12:33 AM Jason knichel

moved around some braces and whitespace and renamed variables to make the code comply with style guidelines a bit more

26 09/11/2007 11:56 PM Jason knichel

moved around more code

25 09/11/2007 11:51 PM Jason knichel

moved more code around

24 09/11/2007 11:46 PM Jason knichel

moved more code around

23 09/11/2007 11:34 PM Jason knichel

moved more code around and got rid of the initialization file

22 09/11/2007 11:23 PM Jason knichel

moved around some more code

20 09/10/2007 10:41 PM Jason knichel

started moving ColonetServer into a class. the code is pretty messy at the moment

11 09/10/2007 08:38 PM Eugene Marinelli

Added ColonetServer and colonet libs.