Re: [flask] CoAP implementation
- From:
- Corey Boyle
- Date:
- 2015-07-02 @ 13:54
Not sure if it's directly applicable, but
https://github.com/siskin/txThings might be useful for inspiration.
Since CoAP is REST based, you might want to look at Python's requests
module. http://docs.python-requests.org/en/latest/
On Thu, Jul 2, 2015 at 9:00 AM, Shantanoo Desai
<itsmeshantanu@hotmail.com> wrote:
> Hello,
>
> I am looking to obtain data that arrives on the port Number 5683 and is
> of type CoAP for wireless Sensor Networks (RFC7252). The sensors keep
> sending some data in JSON format and I need to use this data to make a
> simple GUI for showing connectivity.
> I need some help with further development. I am completely new to Flask.
>
> Any help would be appreciated.
>
> Thanks
> shan
>
Re: [flask] CoAP implementation
- From:
- Samuel Taylor
- Date:
- 2015-07-02 @ 13:42
Hi Shan,
What have you done so far? It'll be much easier to help you find the next
step if we have a better idea of what you have already implemented.
Thanks,
Samuel
On Jul 2, 2015 9:06 AM, "Shantanoo Desai" <itsmeshantanu@hotmail.com> wrote:
> Hello,
>
> I am looking to obtain data that arrives on the port Number 5683 and is
> of type CoAP for wireless Sensor Networks (RFC7252). The sensors keep
> sending some data in JSON format and I need to use this data to make a
> simple GUI for showing connectivity.
> I need some help with further development. I am completely new to Flask.
>
> Any help would be appreciated.
>
> Thanks
> shan
>
>
Re: [flask] CoAP implementation
- From:
- itsmeshantanu
- Date:
- 2015-07-02 @ 14:48
Thanks Corey i have heard of txThings and is based on twisted framework.
Will look into it. Thanks
Sent from Samsung mobileCorey Boyle <coreybrett@gmail.com> wrote:
Not sure if it's directly applicable, but
https://github.com/siskin/txThings might be useful for inspiration.
Since CoAP is REST based, you might want to look at Python's requests
module. http://docs.python-requests.org/en/latest/
On Thu, Jul 2, 2015 at 9:00 AM, Shantanoo Desai
<itsmeshantanu@hotmail.com> wrote:
> Hello,
>
> I am looking to obtain data that arrives on the port Number 5683 and is
> of type CoAP for wireless Sensor Networks (RFC7252). The sensors keep
> sending some data in JSON format and I need to use this data to make a
> simple GUI for showing connectivity.
> I need some help with further development. I am completely new to Flask.
>
> Any help would be appreciated.
>
> Thanks
> shan
>
Re: [flask] CoAP implementation
- From:
- itsmeshantanu
- Date:
- 2015-07-02 @ 14:43
Hi samuel,
I have a git repository set up with a complete README to have a look at
what currently I have done.
https://github.com/shantanoo-desai/coap-wsn
The data on the terminal is in JSON format.
Thanks for your time.
Shan
Sent from Samsung mobileSamuel Taylor <sam@samueltaylor.org> wrote:
Hi Shan,
What have you done so far? It'll be much easier to help you find the next
step if we have a better idea of what you have already implemented.
Thanks,
Samuel
On Jul 2, 2015 9:06 AM, "Shantanoo Desai" <itsmeshantanu@hotmail.com> wrote:
> Hello,
>
> I am looking to obtain data that arrives on the port Number 5683 and is
> of type CoAP for wireless Sensor Networks (RFC7252). The sensors keep
> sending some data in JSON format and I need to use this data to make a
> simple GUI for showing connectivity.
> I need some help with further development. I am completely new to Flask.
>
> Any help would be appreciated.
>
> Thanks
> shan
>
>