Openembedded Core Discussions
 help / color / mirror / Atom feed
* FOSDEM 2014 Embedded dev room CFP
@ 2013-11-07 10:11 Paul Eggleton
  2013-11-20 11:49 ` [yocto] " Paul Barker
  2013-11-20 21:39 ` Ulf Samuelsson
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-11-07 10:11 UTC (permalink / raw)
  To: openembedded-core, yocto

Hi all,

I didn't notice if it was already announced here, but the CFP for the FOSDEM 
Embedded dev room in 2014 is open:

https://lists.fosdem.org/pipermail/fosdem/2013-October/001870.html

It would be great to have some folks give OpenEmbedded/Yocto Project-related 
presentation(s) this year - we usually manage at least one for FOSDEM. It 
could be about a new feature you've worked on, a success story, a proposal for 
a new direction, a related project etc.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto] FOSDEM 2014 Embedded dev room CFP
  2013-11-07 10:11 FOSDEM 2014 Embedded dev room CFP Paul Eggleton
@ 2013-11-20 11:49 ` Paul Barker
  2013-11-20 12:35   ` Philip Balister
  2013-11-20 21:39 ` Ulf Samuelsson
  1 sibling, 1 reply; 4+ messages in thread
From: Paul Barker @ 2013-11-20 11:49 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Yocto discussion list, openembedded-core

On 7 November 2013 10:11, Paul Eggleton <paul.eggleton@linux.intel.com> wrote:
> Hi all,
>
> I didn't notice if it was already announced here, but the CFP for the FOSDEM
> Embedded dev room in 2014 is open:
>
> https://lists.fosdem.org/pipermail/fosdem/2013-October/001870.html
>
> It would be great to have some folks give OpenEmbedded/Yocto Project-related
> presentation(s) this year - we usually manage at least one for FOSDEM. It
> could be about a new feature you've worked on, a success story, a proposal for
> a new direction, a related project etc.
>

I'm planning to attend FOSDEM 2014 and could look at giving a talk on
how I've used OpenEmbedded in developing an underwater noise
monitoring platform and how I've gone from there to contributing to OE
and maintaining opkg. I'll throw together an abstract and see if it
gets accepted.

It should be good to meet a couple of other OpenEmbedded developers as well!

Thanks,

-- 
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto] FOSDEM 2014 Embedded dev room CFP
  2013-11-20 11:49 ` [yocto] " Paul Barker
@ 2013-11-20 12:35   ` Philip Balister
  0 siblings, 0 replies; 4+ messages in thread
From: Philip Balister @ 2013-11-20 12:35 UTC (permalink / raw)
  To: Paul Barker; +Cc: Paul Eggleton, openembedded-core, Yocto discussion list

On 11/20/2013 06:49 AM, Paul Barker wrote:
> On 7 November 2013 10:11, Paul Eggleton <paul.eggleton@linux.intel.com> wrote:
>> Hi all,
>>
>> I didn't notice if it was already announced here, but the CFP for the FOSDEM
>> Embedded dev room in 2014 is open:
>>
>> https://lists.fosdem.org/pipermail/fosdem/2013-October/001870.html
>>
>> It would be great to have some folks give OpenEmbedded/Yocto Project-related
>> presentation(s) this year - we usually manage at least one for FOSDEM. It
>> could be about a new feature you've worked on, a success story, a proposal for
>> a new direction, a related project etc.
>>
> 
> I'm planning to attend FOSDEM 2014 and could look at giving a talk on
> how I've used OpenEmbedded in developing an underwater noise
> monitoring platform and how I've gone from there to contributing to OE
> and maintaining opkg. I'll throw together an abstract and see if it
> gets accepted.
> 
> It should be good to meet a couple of other OpenEmbedded developers as well!

This is an excellent abstract. Build system talks tend to be pretty
dull, and only interesting to other build system people :) Talks about
cool things a build system lets you do are way more interesting.

Please submit an abstract.

Philip

> 
> Thanks,
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FOSDEM 2014 Embedded dev room CFP
  2013-11-07 10:11 FOSDEM 2014 Embedded dev room CFP Paul Eggleton
  2013-11-20 11:49 ` [yocto] " Paul Barker
@ 2013-11-20 21:39 ` Ulf Samuelsson
  1 sibling, 0 replies; 4+ messages in thread
From: Ulf Samuelsson @ 2013-11-20 21:39 UTC (permalink / raw)
  To: openembedded-core

2013-11-07 11:11, Paul Eggleton skrev:
> Hi all,
>
> I didn't notice if it was already announced here, but the CFP for the FOSDEM
> Embedded dev room in 2014 is open:
>
> https://lists.fosdem.org/pipermail/fosdem/2013-October/001870.html
>
> It would be great to have some folks give OpenEmbedded/Yocto Project-related
> presentation(s) this year - we usually manage at least one for FOSDEM. It
> could be about a new feature you've worked on, a success story, a proposal for
> a new direction, a related project etc.
>
> Cheers,
> Paul
>

Working on this cool "Internet of Things" for a customer based on 
BeagleBone/Angstrom

The BeagleBone USB host is connected to a USB/ISM band Radio.
This allows wireless communications with a number of sensors.
Some fixed, some handheld. If you have a handheld sensor,
you approach the server, and "log in".
You can then wander around outside the RF range and do measurements
and then return to hand over the measured data to the server.

The server is also connected to "the cloud" over Ethernet/Wi-Fi.

The server gets its configuration (list of sensors) from the cloud, and
when the sensors report in, the sensor data is uploaded to the cloud.

Runs as a systemd service.

A user can then look at the sensor data through a browser,
or through an app on a phone or on a tablet.

The device can be monitored remotedly, since it logs stuff over UDP.
Have created a small UDP application which receives data
and prints it out. The native application sends escape sequences
allowing color coding of log data.

The UDP logging window is running natively on the Beaglebone screen
so you can see the sensors sending data, and you can see when
the server communicates with the cloud.

One minute later, the temperature data is visible on my iPad.
- Got my Galaxy Tab stolen last year at FOSDEM :-(

The only issue, is that the application, written in C++,  is proprietary.
It was originally written in C# for XP Embedded.

A number of C++ classes has been developed for the application,
and I asked and got approval to release any C++ class which
can be considered to be generic as open-source,
maybe with the boost license or the MIT license.
Then they can be used by other projects without license issues.

Thinking of a title:

Proprietary application, still benefiting open source.

What do you guys think?

Would it be appropriate to show it in the OE stand?

-- 
Best Regards
Ulf Samuelsson
eMagii



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-20 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 10:11 FOSDEM 2014 Embedded dev room CFP Paul Eggleton
2013-11-20 11:49 ` [yocto] " Paul Barker
2013-11-20 12:35   ` Philip Balister
2013-11-20 21:39 ` Ulf Samuelsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox