Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] MQTT-SN gateway for Paho is ready to test.

Hi Ian,

my gateway project is a eclipse C++ project.
but paho mqtt-sn is a C project.
to make a pull request, it should be changed to C++.

I tried it and get error,
sh -c "autoreconf -i"
autoreconf: 'configure.ac' or 'configure.in' is required

2016-05-09 8:02 GMT+09:00 Ian Craggs <icraggs@xxxxxxxxxxxxxxxxxxxxxxx>:
Hi Tomoaki,

thank you.  I'm not an expert on Github (yet!), so I'll have to look into pull requests, unless someone else jumps in first.

Ian


On 05/08/2016 06:08 AM, Tomoaki Yamaguchi wrote:
Hi All,

MQTT-SN gateway for Paho is ready to test.   (Sensor network is UDP.)

It is using the Paho MQTTSNPacket library.
I added types name to the library for C++ and changed some portion.

so, I upload the gateway to my repository. 
https://github.com/ty4tw/paho.mqtt-sn.embedded-c-gateway.git

I don't know how to make a pull request to Paho repository from my Github repository.
would  you like to help me how can I make it ?

Tomoaki




_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top