ty4tw / MQTT-SN

MQTT-SN Gateway & Client over XBee and UDP
162 stars 65 forks source link

Small changes #3

Closed catap closed 9 years ago

ty4tw commented 9 years ago

Fix segmentation fault on exit, Fix deadlock, Add BaudRate and makefile were merged. for OSX, i can not test them. so I did not merge.

catap commented 9 years ago

I just rebase it and make new pull request.

If you have same test case I can test it on my laptop and send to you log of testing.

ty4tw commented 9 years ago

Thanks.
test1. Compile Gateway on OSX and linux with your Makefile for XBee and UDP. test2. Compile Client on OSX and linux with your Makefile for XBee and UDP. test3. Compile Client on Arduino for XBee and UDP with Arduino IDE. test4. Interoperability check. OSX G/W <--> linux client via XBee. test5. Interoperability check. OSX G/W <--> Arduino client via XBee. test6. Interoperability check. Linux G/W <--> linux client via XBee. test7. Interoperability check. Linux G/W <--> Arduino client via XBee. test8. Interoperability check. RaspberryPi G/W <--> linux via XBee. test9. Interoperability check. OSX G/W <--> linux client via UDP. test10. Interoperability check. OSX G/W <--> Arduino client via UDP. test11. Interoperability check. Linux G/W <--> linux client via UDP. test12. Interoperability check. Linux G/W <--> Arduino client via UDP. test13. Interoperability check. RaspberryPi G/W <--> linux via UDP. test14. Interoperability check. OSX G/W <--> linux client via XBee or UDP and TLS. test15. Interoperability check. linux G/W <--> linux client via XBee or UDP and TLS.

catap commented 9 years ago

I don't have Arduino and RaspberryPi.

But I can use linux in virtual machine.

This test is ok for you?

ty4tw commented 9 years ago

OK I will check Arduino and RaspberryPi.

catap commented 9 years ago

Ok, build client isn't easy on OS X :)

ty4tw commented 9 years ago

do your best. thanks