Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / server @ 518

# Date Author Comment
518 02/08/2008 11:48 PM Eugene Marinelli

fixed mutex unlock bug. made it so that if there is just one robot seen, it is assumed to be the robot requesting

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

commenting out some prints

513 02/08/2008 09:08 PM Eugene Marinelli

fixed memory leak in vision code

509 02/08/2008 08:34 PM Eugene Marinelli

locking around position map

508 02/08/2008 08:30 PM Eugene Marinelli

position updating in separate thread. incomplete SIGINT handler

489 02/06/2008 11:19 AM Eugene Marinelli

cleaned up server makefile

482 02/06/2008 11:09 AM Eugene Marinelli

moved more old dirs

478 02/06/2008 10:49 AM Eugene Marinelli

moved vision code

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

renaming colonetserver to server

472 02/06/2008 10:43 AM Eugene Marinelli

starting to restructure colonet directory

469 02/05/2008 09:53 PM Eugene Marinelli

readded sleep to server since it seems to help with joing token ring (???)

468 02/05/2008 09:23 PM Jason knichel

made it so it removes robots it does not have new positions for

467 02/05/2008 09:13 PM Eugene Marinelli

fixed vision more

466 02/05/2008 08:54 PM Eugene Marinelli

fixed vision bug

458 02/05/2008 06:59 PM Jason knichel

added some really simple support for keep track of which position is which robot over time

457 02/05/2008 06:35 PM Jason knichel

put in some dummy assignments to get rid of some compiler warnings

455 02/04/2008 10:31 PM Eugene Marinelli

client support functions in colonet server (untested)

454 02/04/2008 09:53 PM Eugene Marinelli

removed unneeded delete

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

fixed compile errors in colonetserver

451 02/04/2008 09:26 PM Jason knichel

got position map to compile

450 02/04/2008 09:24 PM Eugene Marinelli

adding CLIENT_ASSIGN_POSITION_TO_ROBOT_ID

449 02/04/2008 09:21 PM Jason knichel

added some more stuff to the position monitor

447 02/04/2008 09:09 PM Eugene Marinelli

broken checkin for robot position stuff

445 02/04/2008 08:58 PM Eugene Marinelli

added case for client requesting robot positions

444 02/04/2008 08:38 PM Eugene Marinelli

colonet wireless position reporting

443 02/04/2008 08:34 PM Eugene Marinelli

stubs for colonet position functions in colonet server

441 02/04/2008 08:22 PM Jason knichel

got rid of some compiler warnings

440 02/04/2008 08:15 PM Jason knichel

cleaned up the makefile a little

438 02/04/2008 08:08 PM Jason knichel

removed an extra character in the makefile

436 02/04/2008 08:07 PM Jason knichel

started adding support for getting position data
updated the makefile to support the position data stuff
removed a sleep in ColonetServer that didn't need to be there

433 02/04/2008 07:50 PM Eugene Marinelli

defined robot position interface

426 02/02/2008 12:43 PM Eugene Marinelli

logging stuff no longer occurs by default in server

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

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

418 02/01/2008 07:53 PM Eugene Marinelli

added return values to a bunch of libwireless functions. Makefile for colonetserver now compiles libwireless when necessary. added static to a bunch of libwireless vars. commented out colonet timeout

409 01/29/2008 08:49 PM Eugene Marinelli

reduced colonet server cpu usage to near zero

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

added asleep to wl_do loop

401 01/29/2008 07:24 PM Eugene Marinelli

changed makefile of colonetserver

399 01/29/2008 07:14 PM Eugene Marinelli

colonet wireless now setting com port and checking for wlinit errors

397 01/29/2008 06:59 PM Eugene Marinelli

added error returns to some libwireless functions, handled in server.

392 01/29/2008 06:37 PM Eugene Marinelli

moved colonet_wireless into the colonet server

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

some cleanup in colonetserver

386 01/29/2008 05:53 PM Eugene Marinelli

Added a README for colonet. Removed some unused files. Some other minor cleanup.

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.

307 12/03/2007 09:23 PM Eugene Marinelli

added a colonet run targete

299 11/26/2007 08:04 PM Jason knichel

added some stuff

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

177 10/24/2007 01:10 AM Eugene Marinelli

test commit

176 10/24/2007 01:01 AM Eugene Marinelli

test commit

175 10/17/2007 09:28 PM Eugene Marinelli

robot actually does stuff. Moves, but GUI control is off.

174 10/17/2007 07:19 PM Eugene Marinelli

fixed some wl stuff; robot now receives packets

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

Fixed bug in ColonetServer.cpp

163 10/12/2007 08:43 PM Jason knichel

fixed the makefiles now that the compilation issues have been fixed

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

formatting stuff

160 10/12/2007 07:37 PM Jason knichel

trying to fix some compilation problems

158 10/10/2007 09:05 PM Eugene Marinelli

changed to colonet makefiles

156 10/10/2007 08:43 PM Eugene Marinelli

Updated robot_slave code; reformatted a lot of stuff

154 10/10/2007 07:47 PM Greg Tress
153 10/10/2007 07:44 PM Greg Tress
152 10/10/2007 07:40 PM Greg Tress
151 10/10/2007 07:32 PM Greg Tress
146 10/10/2007 06:21 PM Jason knichel

made the server output an arbitrary sensor matrix instead of a random one

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

141 10/09/2007 08:54 PM Jason knichel

made the log file adhere to style guidelines a bit better

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

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

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

changed how the command gets its connection pool a little bit

135 10/09/2007 02:13 AM Jason knichel

removed some TODOs

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

removed more dead code

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

131 10/09/2007 01:40 AM Jason knichel

moved more code in the Command class into its own private functions

130 10/09/2007 01:31 AM Jason knichel

extracted some code in the Command class into their own private methods

129 10/09/2007 01:26 AM Jason knichel

moved the send to robot code out into its own function in the Command class

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

61 09/24/2007 05:35 PM Jason knichel

updated the makefile a little

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

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

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

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

added a write function to the connection pool