baalexander / rosnodejs

A ROS client library using node.js
http://baalexander.github.com/rosnodejs/
MIT License
36 stars 8 forks source link

Clean up TCPROS and how Publisher and Subscriber use it. #13

Closed baalexander closed 12 years ago

baalexander commented 12 years ago

I'm not entirely happy with the relation between Publisher/Subscriber and the TCPROS client/server. For starters, it needs to be confirmed there's no cyclical references.

This issue is part of a more meta issue of a TCPROS.js refactoring.

baalexander commented 12 years ago

TCPROS has been cleaned up in v0.1.0 with the separation between Node, Topic, and TCPROS.