Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] cf-dev Digest, Vol 30, Issue 5

On Thu, 2017-01-12 at 16:30 +0000, Karlson Lee wrote:
> Thank you the reply!
> 
> So I am trying to build a networks sensors that use CoAP to talk to the
> Gateway, since these sensors cant use Wifi for some reasons.
> 
But they still seem to be using IP, right?

> Therefore, what we wanted to do was to have these sensors talks in CoAP then
> uses the Gateway as proxy and communicate these requests back in HTTP to the
> server.
> 
Why do you want to translate the CoAP requests to HTTP? Do you need to use
existing servers that only provide a REST/http interface?

> I am trying to figure out how to set Proxy-url option in Copper!
> 
> Thanks, Karlson
> 
> On Wed, Jan 11, 2017 at 5:00 PM, <cf-dev-request@xxxxxxxxxxx> wrote:
> > Send cf-dev mailing list submissions to
> >         cf-dev@xxxxxxxxxxx
> > 
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         https://dev.eclipse.org/mailman/listinfo/cf-dev
> > or, via email, send a message with subject or body 'help' to
> >         cf-dev-request@xxxxxxxxxxx
> > 
> > You can reach the person managing the list at
> >         cf-dev-owner@xxxxxxxxxxx
> > 
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of cf-dev digest..."
> > 
> > 
> > Today's Topics:
> > 
> >    1. Client-Gateway-Server (Karlson Lee)
> >    2. Re: Client-Gateway-Server (Hudalla Kai (INST/ESY1))
> > 
> > 
> > ----------------------------------------------------------------------
> > 
> > Message: 1
> > Date: Wed, 11 Jan 2017 09:58:02 +0000
> > From: Karlson Lee <karlson@xxxxxxxxxxxx>
> > To: cf-dev@xxxxxxxxxxx
> > Subject: [cf-dev] Client-Gateway-Server
> > Message-ID:
> >         <CAJpVPXN5jcbbBqKXCCYQa+uFJJPerNAS8bkj9Spr1Y+0v9=SWg@xxxxxxxxxxxxxx>
> > Content-Type: text/plain; charset="utf-8"
> > 
> > Hi,
> > 
> > I am new to network and new to Californium. I am trying to set up a
> > Client(Sensor) - Gateway - Server that can do GET and POST.
> > 
> > I am wondering what would be the best way forwards and what examples I
> > should look if I am very weak in my network background?
> > 
> > Thanks, Karlson
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <https://dev.eclipse.org/mailman/private/cf-dev/attachments/20170111/f2c
> > ca19f/attachment.html>
> > 
> > ------------------------------
> > 
> > Message: 2
> > Date: Wed, 11 Jan 2017 10:31:55 +0000
> > From: "Hudalla Kai (INST/ESY1)" <Kai.Hudalla@xxxxxxxxxxxx>
> > To: "cf-dev@xxxxxxxxxxx" <cf-dev@xxxxxxxxxxx>
> > Subject: Re: [cf-dev] Client-Gateway-Server
> > Message-ID: <1484130713.4315.1.camel@xxxxxxxxxxxx>
> > Content-Type: text/plain; charset="utf-8"
> > 
> > Hi Karlson,
> > 
> > not sure what you wan to achieve. My understanding is that the sensors should
> > be
> > able to communicate with the (back end) server via CoAP, right? Is there a
> > particular reason why you need/want the Gateway in between? I am asking
> > because
> > if the sensors can communicate via CoAP they usually can talk IP so in
> > usecases
> > like telemetry reporting there probably is no need for a gateway at all.
> > It would therefore be helpful if you could describe the intended use case a
> > little more ...
> > --
> > Mit freundlichen Gr??en / Best regards
> > 
> > Kai Hudalla
> > Chief Software Architect
> > 
> > Bosch Software Innovations GmbH
> > Sch?neberger Ufer 89-91
> > 10785 Berlin
> > GERMANY
> > www.bosch-si.com
> > 
> > Registered office: Berlin, Register court: Amtsgericht Charlottenburg,
> > HRB 148411 B;
> > Executives: Dr.-Ing. Rainer Kallenbach, Michael Hahn
> > 
> > On Wed, 2017-01-11 at 09:58 +0000, Karlson Lee wrote:
> > > Hi,
> > >
> > > I am new to network and new to Californium. I am trying to set up a
> > > Client(Sensor) - Gateway - Server that can do GET and POST.
> > >
> > > I am wondering what would be the best way forwards and what examples I
> > should
> > > look if I am very weak in my network background?
> > >
> > > Thanks, Karlson
> > > _______________________________________________
> > > cf-dev mailing list
> > > cf-dev@xxxxxxxxxxx
> > > To change your delivery options, retrieve your password, or unsubscribe
> > from
> > > this list, visit
> > > https://dev.eclipse.org/mailman/listinfo/cf-dev
> > 
> > ------------------------------
> > 
> > _______________________________________________
> > cf-dev mailing list
> > cf-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe from
> > this list, visit
> > https://dev.eclipse.org/mailman/listinfo/cf-dev
> > 
> > End of cf-dev Digest, Vol 30, Issue 5
> > *************************************
> > 
> 
> _______________________________________________
> cf-dev mailing list
> cf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cf-dev

Back to the top