Skip to main content
All Posts By

LF Edge

Home Edge Eucalyptus (vE) Release Enhances Home Data Privacy and Adds Android Support

By Blog, Home Edge, Project Release

Home Edge—an open source edge computing framework for home devices—is now available in its Eucalyptus (vE) release. Home Edge, an LF Edge project, is a robust, reliable and intelligent home edge computing open source framework and ecosystem running on a variety of devices in the home. To accelerate the deployment of the edge computing services ecosystem successfully, the Home Edge Project provides users with an interoperable, flexible, and scalable edge computing services platform with a set of APIs that can also run with libraries and runtimes.

“I am excited to share the availability of vE version of Home Edge on Github,” said Suresh L C, Home Edge Technical Steering Committee (TSC) Co-Chair. “The new Home Edge release adds Android execution support with a secure, robust and end-to-end framework for intelligent service offloading in smart home scenarios, which in turn provides data privacy with low latency response.”

The vE release adds a number of significant new features, among them are

  • Open Source Security Foundation (OpenSSF) Badge
    • Home Edge has achieved the OpenSSF best practices Gold badge and the OpenSSF scorecard has also been integrated. Go-Project is made compliant by incorporating necessary documentation/quality fixes.
  • Data synchronization to Cloud endpoints – MQTT
    • Independent MQTT based cloud synchronization mechanism as enhancement to vD
    • API’s to send and receive data from and to between Service application and Cloud via Home Edge
    • MQTT broker would be configured at the cloud (Cloud agnostic)
    • Home Edge acts as MQTT client to exchange data 
    • TLS secure mode for all the data exchange
  • Platform enhancement
    • The support for the execution of Home Edge on Android has been added to Home Edge Android
    • The base code currently supports device/service discovery and service offload to Linux device
    • Service offload to Android from Linux is not supported in this release
  • Dependent bot integration
    • Bot to check on the updates on dependent libraries has been integrated
    • The bot has been configured to run once every month in the first week
  • Code enhancements
    • Fixed TxT Record parsing as per mDNS protocol
    • Refactored service list assignment logic TxT record
    • Modified get score API from GET to POST in line with API design rules
    • API to add/delete events from database based on event ID added for DataStorage
    • Code coverage increased by adding more test cases
    • Modified response for Ping request to Pong
  • Auto numerical tagging of code when significant changes are incorporated

Learn more about these and other features of Home Edge vE release in the release notes.

What’s next

For the next steps, the community will work on strengthening the Android version of Home Edge so that the features are in line with the Go version.

If you are using or evaluating Home Edge, please let the project TSC know and join the TSC meetings. Your feedback on the project is greatly appreciated!

eKuiper Issues 1.7.0 Release, Adding Lookup Table, Analytic Functions and More

By Blog, eKuiper, Project Release

eKuiper—a lightweight IoT data analytics and streaming software—is now available in its 1.7.0 release. eKuiper, an LF Edge project, migrates real-time cloud streaming analytics frameworks such as Apache Spark, Apache Storm and Apache Flink to the edge. eKuiper references these cloud streaming frameworks, incorporates any special requirements of edge analytics and introduces rule engine, which is based on Source, SQL (business logic) and Sink; rule engine is used for developing streaming applications at the edge.

eKuiper 1.7.0 continues to improve the expressiveness of the rules by providing the lookup table, updatable sink, and more SQL syntax and functions. The 1.7.0 release adds a number of significant new features, among them are

  • Stream batch combined computation
    • Not all data changes frequently, even in real-time computation. In some cases, you may need to supplement stream data with externally stored static data. For example, user metadata may be stored in a relational database, and the stream data only has data that changes in real time, requiring a connection between the stream data and the batch data in the database to enrich the data. In the new version, eKuiper adds the new Lookup Table concept for binding external static data, which can be joined with stream data in the rules to realize the operation of stream-batch combination. Additionally, with the support of updatable sink, eKuiper can process CDC data and update the batch storage.
  • Enhanced analysis capabilities
    • Analytic functions refer to functions that perform state-related analysis by saving state, allowing users to complete some of the common stateful calculations without complex time windows or custom functions. In the new version, we have added the Partition By syntax to the analytic functions, allowing users to perform partitioned stateful calculations based on the dimensions defined by Partition By clause. We also added a new analysis function latest to get the latest value of data. It is used to collect unstructured data whose columns are not fixed and can be automatically stitched to calculate the complete data.
  • Expanding the connectivity ecosystem 
    • On one hand, we continue to add built-in and extended source/sink by adding Httppush source, which allows users to push data to eKuiper via HTTP protocol; adding built-in Redis lookup source, which supports using Redis as external lookup table; adding Influx V2 sink, which supports writing to InfluxDB 2.x version. At the same time, Memory, SQL, and Redis source are adapted to support lookup tables; Memory, SQL, and Redis sink are adapted to be updatable.
  • Enhance the Ops experience
    • The new release refactors the external connection configuration API to enable easier connection resource management. Another major update comes from the bulk import/export and initialization of streams and rules to facilitate the migration of eKuiper instances.

Learn more about these and other features of eKuiper’s 1.7.0 release in the release notes.

What’s next

In the next release, the community will work on enhancing graph API to support more nodes, such as switch node and script node, to provide a more powerful and easy-to-use rule pipeline composing tool. A new function to run tensor flow lite model will be provided to easily integrate with AI models. Check out the evolving Github 1.8.0 milestones and we welcome you to add your wisdom.

Fledge Issues 2.0 Release With Support for Enhanced Data Types, New Plugins and More

By Blog, Fledge

Fledge—the open source Industrial IoT system—is now available in its 2.0 release. Fledge, an LF Edge project, is an open source framework and community for the industrial edge focused on critical operations, predictive maintenance, situational awareness and safety. Fledge is architected to integrate Industrial Internet of Things (IIoT), sensors and modern machines with the cloud and existing “brown field” systems like historians, Distributed Control Systems (DCS), Program Logic Controllers (PLC) and Supervisory Control and Data Acquisition (SCADA). All share a common set of administration and application APIs.

“I am extremely happy to announce the general availability of the Fledge 2.0 release”, said Mark Riddoch, Fledge TSC Co-chair, “It’s exciting to see the new release provides a scalable, secure, robust infrastructure for collecting data from sensors, processing data at the edge using intelligent data pipelines and transporting data to historian and other management systems.”

The 2.0 release adds a number of significant new features, among them are

  • Support for enhanced data types including vector data and images allowing computer vision techniques to be used in sensor data collection.
  • The introduction of a control flow allowing Fledge to be used not just to gather sensor data but to allow non-time critical control features.
  • A set of new features targeted to help both no-code data pipeline developers and developers of new plugins.
  • Expanded and restructured documentation including a best practices guide for developing data pipelines.
  • The notification and alerting system have been enhanced to allow for watchdog monitors to be added to the data flows into Fledge.
  • A number of new plugins have been added to the ever growing list of those available within Fledge.

A myriad of other new features, enhancements and bug fixes are also included, full details can be found in the release notes available as part of the online documentation.

Join the Fledge community

You can visit Fledge wiki to contribute to the project. If your organization is in the energy sector, please visit Fledge Power wiki. You can also attend the regular Technical Steering Committee (TSC) meeting to ask questions and hear what the community is doing next.

Your Guide to LF Edge (+ Related) Sessions at ONE Summit

By Akraino, Blog, EdgeX Foundry, Event, Home Edge, LF Edge, Open Horizon, Project EVE

In case you missed it, the ONE Summit agenda is now live! With 70+ sessions delivered by speakers from over 50 organizations, at ONE Summit, you can meet industry experts who will share their edge computing knowledge across 5G, factory floor, Smart Home, Robotics, government, Metaverse, and VR use cases, using LF Edge projects including Akraino, EdgeX Foundry, EVE and more.

Save your seat for the ONE Summit today and add these edge sessions to your schedule. We hope to see you in Seattle, WA November 15-16!

Tuesday, November 15:

9:00am – 9:15am

11:30am – 12:00pm

12:10pm – 12:40pm

12:10pm – 12:40pm

2:00pm – 2:30pm

2:40pm – 3:10pm

  • Proliferation of Edge Computing in Smart Home
    • Speakers:
      • Suresh Lalapet Chakravarthy, Staff Engineer, Samsung R&D Institute India – Bangalore
      • Nitu Sajjanlal Gupta, Lead Engineer, Samsung R&D Institute India – Bangalore
    • Featured LF project: Home Edge

3:40pm – 4:10pm

3:54pm – 4:01pm

4:20pm – 4:50pm

  • 4:20pm – 5:30pm
    • Featured LF project: Project EVE
Wednesday, November 16

11:30am – 12:00pm

12:10pm – 12:40pm

2:00pm – 2:30pm

  • Deploying and Automating at the Edge
    • Speakers:
      • William Brooke Frischemeier, SR. Director Head Of Product Management Unified Cloud BU, Rakuten Symphony
      • Mehran Hadipour, VP- BD & tech Alliances, Rakuten Symphony

3:40pm – 4:10pm

4:20pm – 4:50pm

4:20pm – 5:30pm

Hurry! Early Bird (Corporate) registration closes September 9! Bookmark the ONE Summit website to easily find updates as more event news is announced, and follow LF Edge on Twitter to hear more about the event. We hope to see you in Seattle soon!

 

LFX’22 Mentorship Experience with Open Horizon

By Blog, Open Horizon, Training

Hey everyone!
I am Ruchi Pakhle currently pursuing my Bachelor’s in Computer Engineering from MGM’s College of Engineering & Technology. I am a passionate developer and an open-source enthusiast. I recently graduated from LFX Mentorship Program. In this blog post, I will share my experience of contributing to Open Horizon, a platform for deploying container-based workloads and related machine learning models to compute nodes/clusters on edge.

Background

I have been an active contributor to open-source projects via different programs like GirlScript Summer of Code, Script Winter of Code & so on.. through these programs I contributed to different beginner-level open-source projects. After almost doing this for a year, I contributed to different organizations for different projects including documentation and code. On a very random morning applications for LFX were opened up and I saw various posts on LinkedIn among that posts one post was of my very dear friend, Unnati Chhabra, she had just graduated from the program and hence I went ahead and checked the organization that was a fit as per my skill set and decided to give it a shot.

Why did I apply to Open Horizon?

I was very interested in DevOps and Cloud Native technologies and I wanted to get started with them but have been procrastinating a lot and did not know how to pave my path ahead. I was constantly looking for opportunities that I can get my hands on. And as Open Horizon works exactly on DevOps and Cloud Native technologies, I straight away applied to their project and they had two slots open for the spring cohort. I joined their element channel and started becoming active by contributing to the project, engaging with the community, and also started to read more about the architecture and tried to understand it well by referring to their youtube videos. You can contribute to Open Horizon here.

Application process

Linux Foundation opens LFX mentorship applications thrice a year: one in spring, one in summer, and the winter cohort, each cohort being for a span of 3 months. I applied to the winter cohort for which the applications opened up around February 2022 and I submitted my application on 4th February 2022 for the Open Horizon Project. I remember there were three documents mandatory for submitting the application:

1. Updated Resume/CV

2. Cover Letter

(this is very very important in terms of your selection so cover everything in your cover letter and maybe add links to your projects, achievements, or wherever you think they can add great value)

The cover letter should cover these points primarily👇

  • How did you find out about our mentorship program?
  • Why are you interested in this program?
  • What experience and knowledge/skills do you have that are applicable to this program?
  • What do you hope to get out of this mentorship experience?

3. A permission document from your university stating they have no obligation over the entire span of the mentorship was also required(this depends on org to org and may not be asked as well)

Selection Mail

The LFX acceptance mail was a major achievement for me as at that period of time I was constantly getting rejections and I had absolutely no idea about how things were gonna work out for me. I was constantly doubting myself and hence this mail not only boosted my confidence but also gave me a ray of hope of achieving things by working hard towards it consistently. A major thanks to my mentors,  Joe Pearson and Troy Fine, for believing in me and giving me this opportunity.⭐

My Mentorship Journey

Starting off from the day I applied to the LFX until getting selected as an LFX Mentee and working successfully for over 3 months and a half, it felt surreal. I have been contributing to open-source projects and organizations before. But being a part of LFX gave me such a huge learning curve and a sense of credibility and ownership that I got here wouldn’t have gotten anywhere else.

I still remember setting up the  mgmt-hub all-in-one script locally and I thought it was just a cakewalk, well it was not. I literally used to try every single day to run the script but somehow it would end up giving some errors, I used to google them and apply the results but still, it would fail. But one thing which I consistently did was share my progress regularly with my mentor, Troy no matter if the script used to fail but still I used to communicate that with Troy, I would send him logs and he used to give me some probable solutions for the same but still the script used to fail. I then messaged in  the open-horizon-examples group and Joe used to help with my doubts, a huge thanks to him and Troy for helping me figure out things patiently. After over a month on April 1st, the script got successfully executed and then I started to work on the issues assigned by Troy.

These three months taught me to be consistent no matter what the circumstances are and work patiently which I wouldn’t have learned in my college. This experience would no doubt make me a better developer and engineer along with the best practices followed. A timeline of my journey has been shared here.

  1. Checkout my contributions here
  2. Checkout open-horizon-services repo

Concluding the program

The LFX Mentorship Program was a great great experience and I did get a great learning curve which I wouldn’t have gotten any other way. The program not only encourages developers to kick-start their open-source journey but also provides some great perks like networking, and learning from the best minds. I would like to thank my mentors Joe Pearson, Troy Fine, and Glen Darling because without their support and patience this wouldn’t have been possible. I would be forever grateful for this opportunity.

Special thanks to my mentor Troy for always being patient with me. These kind words would remain with me always although the program would have ended.

And yes how can I forget to plug in the awesome swags, special thanks, and gratitude to my mentor Joe Pearson for sending me such cool swags and this super cool note ❤

If you have any queries, connect with me on LinkedIn or Twitter and I would be happy to help you out 😀

Welcome new LF Edge Governing Board Members!

By Blog

As we enter the second half of 2022, we’d like to take a moment to recognize some recent changes to the structure of the LF Edge Governing Board as terms end and new ones begin. 

Specifically, we’d like to extend a big THANK YOU to Jason Shepherd of ZEDEDA for his years of service as Chair of the LF Edge Governing Board. During his tenure, LF Edge grew exponentially, adding new projects and new members as well as a library of original resources including white papers, user stories, and more. Additionally, Ryan Anderson of IBM has ended his tenure as the Board’s representative from IBM after years of service. Thank you, Jason and Ryan!  

We’d like to welcome our new Board Chair, Tina Tsou,  Enterprise Architect, Arm and IBM’s new representative, Hakan Sonmez, Product Strategy & Operations Manager, IBM Edge Computing & Software Defined Networking business unit. 

Learn more about Tina and Hakan below.  

Tina Tsou, Board Chair

Tina Tsou is an innovator and a visionary with far-reaching accomplishments within the technical engineering realm. As Arm’s Enterprise Architect, Tina serves in the highly visible Technical Lead role for the Enterprise Open Source Enablement team, where she analyzes, designs, and implements robust strategies to establish first tier status for Arm’s architecture within open source communities and projects. Tina also serves as Arm’s Edge Computing Team Lead. As the company’s open source thought leader, she builds powerful partnerships with and influences open source communities in support of multiple architectures.

Tina previously served as the Digital Domain Expert (Connectivity) for Philips Lighting, where she implemented NB-IoT in an outdoor carrier project with China Mobile and Huawei. She released Bluetooth + ZigBee combo chip architecture and delivered a connectivity hardware/software platform (ZigBee 3.0, Wi-Fi). The United States Patent and Trademark Office has granted Tina 100+ patents. 

She earned her Bachelor of Computer Science degree from Xi’an University of Architecture and Technologies. Tina was the first woman to chair an Internet Engineering Task Force (IETF) working group from a Chinese business enterprise and was the youngest Asian rapporteur in ITU Telecommunication Standardization Sector (ITU-T) history. She previously served as Chair of the Akraino Technical Steering Committee. 

Hakan Sonmez, Board Member

Hakan currently serves as a Product Strategy and Operations Manager at IBM’s Edge Computing and SDN business unit. His focus areas are Edge computing, Hybrid Multi-Cloud Networking and applying AI/ML to multi-cloud operations. He works closely with IBM technical leadership on the Open Horizon project of LF Edge. Previously, he was a lead consultant at IBM Corporate Strategy team.

Prior to IBM, Hakan held various technology roles within the Networking and Telco industry, including Cisco Systems, Airvana Networks, Sycamore Networks and NextWave Wireless.

Hakan holds a BS in Electrical Engineering from Middle East Technical University, an MS in Electrical Engineering from Northwestern University, and an MBA degree from MIT Sloan School of Management.

As a reminder, the Governing Board is made up of members across the project, including one rep from each Premier member; elected General member representatives; and one rep from the Technical Advisory Council. Primary responsibilities include overall management of LF Edge, including budget creation and approvals, oversight of community outreach matters, approval of technical projects, establishment of end-user advisory councils, and more

For a list of current LF Edge Board members, please visit: https://www.lfedge.org/governance/governing-board/

Preventive Healthcare using Intelligent Edge IoT Computing – ‘Round the Clock EHR’

By Blog, EdgeX Foundry

By:  Utpal Mangla – Industry EDGE Cloud – IBM Cloud Platform;  Atul Gupta – Lead Data Architect – IBMLuca Marchi – Industry EDGE and Distribute Cloud – IBM Cloud Platform; and Saurabh Agrawal – Practice Lead, Network Cloud, 5G & EDGE 

Preventive healthcare has always been taught and talked about in most healthcare institutions, but seldom practiced. The collective benefits are immense, and the realization of a fraction of those benefits can help optimize the cost-delivery aspects of healthcare services. It can also act as a catalyst for scaling healthcare services for growing populations in most parts of the world. 

The common issues in implementing Preventive Healthcare include providing guidance, educating the vulnerable population masses, and interacting with healthcare professionals. Most of the challenges in regular screenings or monitoring of diabetes, cholesterol, cancer, and mental health are known cost and labor related issues.

Technology has helped to achieve some primary objectives, but the ultimate goal is still far away. IoT and Robotics solutions have been deployed in healthcare facilities and continue to advance quickly.  But with new tools, techniques, and cloud infrastructure,  it’s time for innovative new solutions that come with  emerging IoT devices, like increased connectivity, speed, and lower costs. 

 

Intelligent Edge IoT can provide intense data gathering and processing before sending the prepared data into the Health Ecosystem. Early on, IoT’s were mostly sensors used to gather data and were often cumbersome when it came to software code updates, and they didn’t have enough compute power to run any data processing. The new generation of intelligent IoT’s, which can be deployed at the Edge, can compute and process data ahead of sending it to Cloud computing functions for more sophisticated analysis, including machine learning and deep learning algorithms.

These intelligent IoT’s once deployed as human wearables, facility sensors, etc. can transform EHR (Electronic Health Record) to next generation 24x7x365 EHR (Round the Clock EHR)

This innovation of ‘Round the Clock EHR’ can transform the healthcare industry by bringing healthcare professionals much closer to patients in understanding and diagnosing medical issues early on. It can continuously stream and feed data to ML (machine learning), DL (deep learning) algorithms to help and improve AI solutions. The risk factors can be constantly monitored, thresholds can be adjusted and re-calibrated in real-time with sophisticated software. The Preventive healthcare can not only detect the early signs but also feed it to research facilities for new research programs and eliminate unnecessary analysis. 

The Preventive care strategies which also encompass social and environmental conditions can now be monitored with the ‘Round the Clock EHR’, which contains the patient or potential-patient data along with their detailed data on living conditions, geographical conditions, social setup which may trigger onset of a disease or unfavorable conditions. On a larger scale, the Healthcare ecosystem data and ‘Round the Clock EHR’ can provide feed into wider studies to generate health patterns as people move and Preventive Healthcare can lead to new advancements.

As referenced in https://www.ncbi.nlm.nih.gov/books/NBK537222/ [Prevention Strategies Lisa A. Kisling; Joe M Das.] – Primary prevention consists of measures aimed at a susceptible population or individual. Secondary prevention emphasizes early disease detection, and its target is healthy-appearing individuals with subclinical forms of the disease. Tertiary prevention targets both the clinical and outcome stages of a disease.

Analyzing these 3 preventive healthcare areas from the ‘Data and Intelligent Edge IoT Lens’, it is apparent that the commonality is gathering, processing, and providing good quality round-the-clock granular data to most sophisticated ML, DL algorithms can definitely transform this area of healthcare transformation.

Our advancing society needs blend of medical and technology research implemented in a way to foster growth, scalability, improvements at lower cost and implementation cycles. These de-coupled solutions are easy to implement and promote wider Healthcare ecosystem in our connected social network.

References: 

https://www.ncbi.nlm.nih.gov/books/NBK537222/ [Prevention Strategies Lisa A. Kisling; Joe M Das.]

Congratulations to the Recipients of the 2022 EdgeX Awards!

By Blog, EdgeX Foundry

By Jim White, outgoing EdgeX Foundary TSC Chair

Each year since its founding, EdgeX Foundry awards at least four members of its contributing community with Contribution and Innovation awards.  On this fifth anniversary of the project’s founding, we honored seven distinguished engineers for their efforts on the project.

Innovation Award

Presented to individuals who have provided the most innovative solution to the open-source project over the past year

Byron Nevis and Jim Wang (both from Intel) designed and implemented the new “Delayed Start Services” security capability which is an innovative way to handle providing security tokens to services that start after the EdgeX security framework has started and already handed out tokens to all the known services.  Bryon and Jim have led most EdgeX security efforts over the past two years.  But this year, they provided some real innovation around securely storing secrets, distributing secrets, and making secrets available to other services.  Their innovation will allow adopters to add new device services and application services to EdgeX over time and as use cases demand without requiring a restart of the system.

Anthony Casagrande and Marc Fuller (both from Intel) have been instrumental in Intel’s use of EdgeX to show how it can be a platform in support of retail edge use cases.  Anthony/Marc’s work has provided both a device service and an application service to ingest and use RFID information via the LLRP (Low Level Reader Protocol) which is used in bar code reading equipment found in many retail store locations.  In addition to their inventions of these ingesting and using services, Anthony and Marc have found (and in some cases fixed) a number of bugs and have identified many needed features (submitting more than 25 Github issues) that real world adopters of the platform need.

Emilo Reyes (again from Intel – there seems to be a theme here!) has been a contributor to the EdgeX DevOps team for the last few years and has been a vital part of making the EdgeX community a better, more streamlined community. Emilio has passion for quality and with his experience around unit testing, has contributed hundreds of tests for our Jenkins global pipeline libraries providing us continuous confidence in our ability to deliver quality code. Emilio also has a passion for automation and has been a driving force behind much of our GitHub automation for EdgeX.   For instance, he created automated management of GitHub labels and milestones from a central repository, greatly reducing the number of repetitive tasks needed to manage labels/milestones across 20+ repositories. 

Contribution Award

Recognizes individuals who have contributed leadership and helped EdgeX Foundry advance and continue momentum in the past year.

 

Iain Anderson (from IOTech Systems) – has been a solid contributor, working group leader, and architect/thought leader since the founding of EdgeX in 2017.  As Device Service chairman, he has overseen several releases (major and minor) and is currently responsible for 11 active EdgeX device services and helping to usher in 4 more that are in active development.  He is the project’s first and foremost authority in C development and personally handles most of the C device service and SDK development.  Iain has over 530 commits to the project (almost 50K lines of code) which puts him #6 all time on the project.  He is also #7 in all time Pull Request submissions for the project.  He is a quiet, steadfast, never-a-complaint contributor that has championed many of the project’s advances such as device service and device profile simplifications, message bus communications from device services, device filtering, and future device service record and replay features.

 

Siggi Skulason (from Canonical) – updated and significantly improved the EdgeX CLI tool over the course of the last two release cycles.  Importantly, Siggi upgraded the tool from the V1 APIs to the V2 APIs, added support for all the service endpoints (versus a small subset selection of APIs), made the CLI available as a snap, removed a significant amount of technical debt, and improved the products help and documentation.  

 

I am happy to honor and call out these gentlemen for their efforts.  I don’t know of too many open-source projects that go to honor and thank its contributors with awards like this.  To be nominated and then selected by your peers – especially of the caliber of the EdgeX engineering community – is such a great recognition of their work.  Congratulations Bryon, Jim, Anthony, Marc, Emilo, Iain and Siggi.  Jobs well done.

You can view the Awards presentation here:

 

Thank You EdgeX

It’s been a productive few months – one release out, another planned and being worked on, and a time to shell out some well earned “kudos”.  Before I go, I want to let the community know  I am stepping aside from my role as TSC chair, and a new set of leaders are stepping up to take EdgeX into its future – and a bright future it has.

About a month after I joined Dell Technologies in 2015, I was handed the task of finding an IoT software platform to put on our new brand of gateways.  EdgeX began life on my kitchen island with an idea, an architecture and a small bit of code.  With the support of the company, some great leaders, and a collection of some of the brightest engineers I have ever worked with, my work was expanded on, productized and launched as the edge software you know today.  For the past seven years (almost to the day), EdgeX has been at the center of my professional working life (and my wife would probably add that it included much of my personal life).  Creating it, taking it into open source, working with the Linux Foundation to make it available and known, working at IOTech to commercialize the idea, and leading this wonderful community has been the highlight of my career.  It has allowed me to travel the world, meet so many amazing people, be a part of an incredible creative process, and watch something I started get used to create solutions that help people all over the globe.  EdgeX has exceeded even my wildest dreams.  It’s just hard to wrap my brain around it even today.  I am no Einstein.  But if you have an idea (even a moderately good idea), find some amazing people around you that can help turn the idea into reality, and you can catch lightning in a bottle.

I would need a separate blog post to thank everyone I owe for this experience and the success of EdgeX.  That is not an exaggeration.  “Thank you” is not enough but to the EdgeX community, people I worked with at Dell and those in my current home of IOTech Systems, I hope you take it as a small down payment for all I owe you.

I’ll close by suggesting that if anyone ever offers you the chance to work on, let alone start, an open-source project – jump at the opportunity.  You will be better for the experience.  I’ll paraphrase Winston Churchill – many forms of software development have been tried and will be tried in this world.  No one pretends that open-source development is perfect or all-wise.  Indeed, it has been said that open-source development is the worst form of software development except for all other forms that have been tried.  

EdgeX – small at the edge, but forever big in my heart.

EdgeX Foundry Issues Bug Fix Release (v2.1.1) of its EdgeX Jakarta Release

By Blog, EdgeX Foundry
The EdgeX Foundry project, a highly-scalable and flexible open source framework that facilitates interoperability between devices and applications at the IoT edge, issued a bug fix release (version 2.1.1) of the EdgeX Jakarta release.  Importantly, as Jakarta is under long-term-support (LTS), this new bug fix release addresses a critical Common Vulnerabilities and Exposures (CVE) issue.  Adopters using the Jakarta LTS release should upgrade immediately to this bug fix release.  The CVE is documented on the project’s GitHub site.  In addition, this bug fix release also addresses some less critical bugs that were identified and fixed through the Kamakura release cycle.  Details on what is in version 2.1.1 can be found on the project’s Wiki site.
All of the fixes in this Jakarta dot release are already available in the Kamakura release (the latest, but non-LTS, release from EdgeX).  Adopters of Kamakura do not need to make any changes as the CVE and other bug fixes are already part of the latest EdgeX release.

LF Edge Releases Industry-Defining Edge Computing White Paper to Accelerate Edge/ IoT Deployments

By Akraino, Announcement, Baetyl, EdgeX Foundry, eKuiper, Fledge, Home Edge, LF Edge, Open Horizon, Project EVE, Secure Device Onboard, State of the Edge

Collaborative community white paper refines the definitions and nuances of open source edge computing across telecom, industrial, cloud, enterprise and consumer markets

 SAN FRANCISCO – June 24, 2022 –  LF Edge, an umbrella organization under the Linux Foundation that aims to establish an open, interoperable framework for edge computing independent of hardware, silicon, cloud, or operating system, today announced continued ecosystem collaboration via a new collaborative white paper, “Sharpening the Edge II: Diving Deeper into the LF Edge Taxonomy & Projects.” 

A follow-up to the LF Edge community’s original, collaborative 2020 paper which provides an overview of the organization and details the LF Edge taxonomy, high level considerations for developing edge solutions and key use cases,the new publication dives deeper into key areas of edge manageability, security, connectivity and analytics, and highlights how each project addresses these areas. The paper demonstrates maturation of the edge ecosystem and how the rapidly growing LF Edge community has made great progress over the past two years towards building an open, modular framework for edge computing. As with the first publication, the paper addresses  a balance of interests spanning the cloud, telco, IT, OT, IoT, mobile, and consumer markets.  

“With the growing edge computing infrastructure market set to be worth up to $800B by 2028, our LF Edge project communities are evolving,” said Jason Shepherd, VP Ecosystem, ZEDEDA  and former LF Edge Governing Board Chair. “This paper outlines industry direction through an LF Edge community lens. With such a diverse set of knowledgeable stakeholders, the report is an accurate reflection of a unified approach to defining open edge computing.” 

“I’m eager to continue to champion and spearhead the great work of the LF Edge community as the new board chair,” said Tina Tsou, new Governing Board chair, LF Edge.  “The Taxonomy white paper that demonstrates the accelerated community momentum seen by open source edge communities is really exciting and speaks to the power of open source.” 

The white paper, which is now available for download,  was put together as the result of broad community collaboration, spanning insights and expertise from subject matter experts across LF Edge project communities: Akraino, EdgeX Foundry, EVE, Fledge, Open Horizon, State of the Edge, Alvarium, Baetyl, eKuiper, and FIDO Device Onboard. 

ONE Summit North America 2022

Join the broader open source ecosystem spanning Networking, Edge, Access, Cloud and Core at ONE Summit North America, November 15-16 in Seattle, Wash. ONE Summit is the one industry event focused on best practices, technical challenges, and business opportunities facing decision makers across integrated verticals such as 5G, Cloud, Telco, and Enterprise Networking, as well as Edge, Access, IoT, and Core. The Call for Proposals is now open through July 8, 2022. Sponsorship opportunities are also available. 

 

About The Linux Foundation 

Founded in 2000, the Linux Foundation is supported by more than 1,000 members and is the world’s leading home for collaboration on open source software, open standards, open data, and open hardware. Linux Foundation’s projects are critical to the world’s infrastructure including Linux, Kubernetes, Node.js, and more.  The Linux Foundation’s methodology focuses on leveraging best practices and addressing the needs of contributors, users and solution providers to create sustainable models for open collaboration. For more information, please visit us at linuxfoundation.org.

The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our trademark usage page: https://www.linuxfoundation.org/trademark-usage. Linux is a registered trademark of Linus Torvalds.

 

###