Re: CoAP support in libcurl for the Internet of Things

2019-05-01 Thread Remy 'Sieben' Leone via curl-library
Hello, Any news on this front? Best regards Rémy Le jeu. 17 mai 2018 à 13:48, Olaf Bergmann a écrit : > Daniel, > > Daniel Stenberg writes: > > > On Thu, 17 May 2018, Olaf Bergmann wrote: > > > >> I think the most important question Remy wanted to ask is whether or > >> not it would be usefu

Re: CoAP support in libcurl for the Internet of Things

2018-05-07 Thread Remy 'Sieben' Leone
Hello, Le jeu. 26 avr. 2018 à 09:17, Daniel Stenberg a écrit : > On Wed, 25 Apr 2018, Remy 'Sieben' Leone wrote: > > First: I love a reply to an almost two years old email! =) > I know you would appreciate it. Same here :-) > > What would be the best approach to o

Re: CoAP support in libcurl for the Internet of Things

2018-04-25 Thread Remy 'Sieben' Leone
Hello, What would be the best approach to offer support for CoAP in the libcurl? - Would you prefer to add support by re-implementing / porting a C library inside libcurl? For instance, most of the CoAP code would be ported from libcoap or another C library directly inside libcurl. It would repre

Enhancement - Probing interest for moving text files to markdown

2014-01-03 Thread Remy 'Sieben' Leone
Hello, *TL;DR* I want to probe the interest about moving the text files in the source code to markdown. *Issues :* - Text documents in the curl source tree are not well formatted on phone/tablet *Resolution :* - Add a .md name file extention - Do a little reformating to allow a satisfying rend

Re: [Patch] - travis-ci

2013-10-22 Thread Remy 'Sieben' Leone
Ah ok. I've misunderstood your point. Anyway thanks for pushing my commit. 2013/10/21 Daniel Stenberg > On Mon, 21 Oct 2013, Remy 'Sieben' Leone wrote: > > Here is the new patch with before_script only doing ./buildconf && >> ./configure >> >

Re: [Patch] - travis-ci

2013-10-21 Thread Remy 'Sieben' Leone
Here is the new patch with before_script only doing ./buildconf && ./configure Best regards Rémy 2013/10/21 Remy 'Sieben' Leone > It's true that you have a wider variety of machines. Travis core audience > is web/script projects. That's why they focus on off

Re: [Patch] - travis-ci

2013-10-21 Thread Remy 'Sieben' Leone
each pull requests submitted in github a push sent to travis in order to see if the pull request is safe to be merged. I know that curl doesn't use pull requests but that's an other feature that make travis useful for some projects. 2013/10/21 Daniel Stenberg > On Mon, 21 Oct 20

Re: [Patch] - travis-ci

2013-10-21 Thread Remy 'Sieben' Leone
Hello, 2013/10/20 Daniel Stenberg > Thanks! > > I'm willing to give this a try to see if it does any good for us. Where > can we see the results or overview of any other existing project's use of > this? I can't seem to find any! > https://travis-ci.org/jquery/jquery https://travis-ci.org/rails

[Patch] - travis-ci

2013-10-20 Thread Remy 'Sieben' Leone
Hi, Here is the patch concerning enabling the travis-ci service available for github repositories. >From wikipedia: Travis CI is a hosted, distributed continuous integration service used to build and test projects hosted at GitHub. Travis CI is configured by adding a file named .travis.yml, whi