Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / server / ConnectionPool.cpp @ 764

History | View | Annotate | Download (12.1 KB)

# Date Author Comment
681 04/07/2008 10:02 PM Eugene Marinelli

added possibility of global client write

642 03/25/2008 08:16 PM Jason knichel

added more comments

623 03/21/2008 04:26 PM Eugene Marinelli

cleanup and colonet debugging

516 02/08/2008 10:51 PM Eugene Marinelli

commenting out some prints

474 02/06/2008 10:46 AM Eugene Marinelli

renaming colonetserver to server

453 02/04/2008 09:50 PM Eugene Marinelli

fixed compile errors in colonetserver

424 02/02/2008 12:02 AM Eugene Marinelli

changed various things in colonet dragonfly and server to make stuff work

408 01/29/2008 08:22 PM Eugene Marinelli

added asleep to wl_do loop

391 01/29/2008 06:32 PM Eugene Marinelli

some cleanup in colonetserver

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.

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

formatting stuff

145 10/10/2007 05:49 PM Jason knichel

moved some code into their own private methods

144 10/09/2007 11:14 PM Jason knichel

added some todo's

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

139 10/09/2007 08:22 PM Jason knichel

changed how the command gets its connection pool a little bit

134 10/09/2007 02:08 AM Jason knichel

removed more dead code

128 10/09/2007 01:19 AM Jason knichel

moved the command parsing into its own class

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

125 10/08/2007 10:32 PM Eugene Marinelli

Forgot to check in changes to colonet defs before. Checking them in now.

123 10/08/2007 12:24 AM Jason knichel

added a response to REQUEST_XBEE_IDS that generates random values. not tested yet because g++ disappeared off roboclub1

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

updated server for new wl library changes

75 09/26/2007 06:22 PM Jason knichel

made it send a random sensor matrix when client requests bom matrix

68 09/24/2007 08:50 PM Jason knichel

updated some stuff

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

56 09/24/2007 04:11 PM Jason knichel

fixed a typo

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

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

moved around some more code

14 09/10/2007 08:58 PM Jason knichel

added a write function to the connection pool

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

Added ColonetServer and colonet libs.