ARMmbed / mbed-client-example-6lowpan

DEPRECATED: Example demonstrating 6LoWPAN mesh networking
https://cloud.mbed.com/docs/current
Other
19 stars 13 forks source link

limit mbed-client version #52

Closed teetak01 closed 8 years ago

teetak01 commented 8 years ago

@SeppoTakalo @anttiylitokola @artokin

could you check this?

Fixing the yotta complain about the mbed-client-c version not matching.

yogpan01 commented 8 years ago

I don't think this is a right way to fix this issue. We would like to provide latest and greatest version of mbed-client to 6LoWPAN example users.

SeppoTakalo commented 8 years ago

-1 You should not need to do this. The "^1.0.0" should be compatible with "1.2.6" and "1.3.x" and "1.4.x" etc.. If you are needed to select specific version, then your module is not really following semantic versioning rules. If you do breaking API changes, you need to pump up the MAJOR version number. From "1.2.x" to "2.x.x"

teetak01 commented 8 years ago

Alright, good points.