robotology / yarp

YARP - Yet Another Robot Platform
http://www.yarp.it
Other
524 stars 195 forks source link

More structured way of passing carrier parameters to NetworkBase::connect() #103

Open apaikan opened 10 years ago

apaikan commented 10 years ago

For the time being, the only way to pass the carrier parameters to NetworkBase::connect() or 'yarp connect' companion is to encode the parameters and values into a string '+' and '.' . The following issues should be addressed:

drdanz commented 9 years ago

Related to #351