0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Jan 21, 2025 — Jan 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add integration test for *MessageQueue. More... almost 15 years ago
Add missing author javadoc. More... almost 15 years ago
Rename Header to ConnectionHeader. More... almost 15 years ago
Remove redundant definition of SubscriberDescription. More... almost 15 years ago
Add some missing author tags and small cleanups. More... almost 15 years ago
Added MasterImpl tests for registerSubscriber(). More... almost 15 years ago
Added tests for MasterImpl. More... almost 15 years ago
Added handshake test for Slave. More... almost 15 years ago
Publishing pose works with rviz. Disabled a lot of debug logging. More... almost 15 years ago
Add PoseStamped message and Header message for using rviz. More... almost 15 years ago
Working on a Pose publisher Android example. More... almost 15 years ago
Added integration test for addSubscriber(). Lots of refactoring to support this change. The most important part is that MessageDescriptions are now _equal_ if either MD5 is null. More... almost 15 years ago
Add integration test for addPublisher(). More... almost 15 years ago
Adding integration testing of Master/Slave client/server. More... almost 15 years ago
Fix android build. More... almost 15 years ago
Start adding refcounting for slave registration. More... almost 15 years ago
Pull out SlaveDescription. Add slave node tracking to master. More... almost 15 years ago
Add registerSubscriber/Publisher to Master server. More... almost 15 years ago
Cleanups and preparation for implementing Master server. More... almost 15 years ago
Implement Slave.addSubscriber(). Required some refactoring of Subscriber creation and startup. More... almost 15 years ago
Add subscriber support to slave. More... almost 15 years ago
PubSubIntegration test is working. More... almost 15 years ago
Partially implemented Subscriber. Currently debugging via the PubSubIntegrationTest. Subscriber is not currently attempting to handshake with the Publisher. More... almost 15 years ago
Add RemoteException class. Add checkOk() method for raising exceptions on responses that contain errors. More... almost 15 years ago
Refactor publisher registration and slave/master setup. Move port and hostname specification into constructors. More... almost 15 years ago
Add accidentally left out TcpServer class. Fix some warnings. Fix Android build. More... almost 15 years ago
Pull out TcpServer class and refactor Publisher to use it by composition. More... almost 15 years ago
Pull out writeField() method. More... almost 15 years ago
Add tests for getPublications(). More... almost 15 years ago
Pull out protocol name constants. Add test for Slave.requestTopic(). More... almost 15 years ago