arduino-libraries / MKRGSM

GNU Lesser General Public License v2.1
55 stars 51 forks source link

Gsm Server Example #12

Closed FrancMunoz closed 6 years ago

FrancMunoz commented 6 years ago

MKR GSM Server that executes a remote command to open or close a led. Uses buffered reading data from SARA-U201 and it's able to attend HTTP and socket TPC/IP requests.

sandeepmistry commented 6 years ago

Hi @FrancMunoz,

If the pull request from #44 is added, do you still think this example needs to use a buffered read? Can we stick with the original GsmWebServer example?

FrancMunoz commented 6 years ago

Hi @sandeepmistry !

Yes, I like the approach of #44, it's cleaner and less coding needed. So, will wait until #44 is approved and then close this PR.

Thank you!

FrancMunoz commented 6 years ago

Hi @sandeepmistry ,

I will have to open another PR for GSM Server example, If you agree, to avoid working for nothing, I would like to update example with #44, cleaning buffering in code and the make another PR (I deleted the original repository by error), what do you think?

Also, what do you think @sandeepmistry and @facchinm, about provide examples joining technologies... I mean, I'm able to provide examples using MKRGSM and, Ionic, cordova or xamarin in mobile, node.js for socket server and so on, that would bring an out-of-the-box experience joining mobile/server and MKR... and also the users just to feed new ideas... what do you think?

Thank you!

sandeepmistry commented 6 years ago

Also, what do you think @sandeepmistry and @facchinm, about provide examples joining technologies... I mean, I'm able to provide examples using MKRGSM and, Ionic, cordova or xamarin in mobile, node.js for socket server and so on, that would bring an out-of-the-box experience joining mobile/server and MKR... and also the users just to feed new ideas... what do you think?

This is something a bit more complex for a built in example in my opinion. However, Arduino Project hub would be a good place for things like this: https://create.arduino.cc/projecthub

FrancMunoz commented 6 years ago

Oh! sure! thank you for the information, didn't notice about project hub.

sandeepmistry commented 6 years ago

As discussed above, closing this in favour of https://github.com/arduino-libraries/MKRGSM/pull/44