From 9006dfa670a02046c281c9611cc04850cdebdaf7 Mon Sep 17 00:00:00 2001 From: Christopher Guindon Date: Wed, 22 Aug 2018 13:29:11 -0400 Subject: [PATCH 1/2] Migrate /frameworks to new framework Signed-off-by: Christopher Guindon --- content/frameworks/_index.md | 5 + layouts/section/frameworks.html | 47 ++++++ static/frameworks.html | 260 -------------------------------- 3 files changed, 52 insertions(+), 260 deletions(-) create mode 100644 content/frameworks/_index.md create mode 100644 layouts/section/frameworks.html delete mode 100644 static/frameworks.html diff --git a/content/frameworks/_index.md b/content/frameworks/_index.md new file mode 100644 index 00000000..54002b7e --- /dev/null +++ b/content/frameworks/_index.md @@ -0,0 +1,5 @@ +--- +date: "2016-11-04T14:48:48+01:00" +title: "Services & Frameworks" +description: "Building blocks to accelerate IoT development" +--- \ No newline at end of file diff --git a/layouts/section/frameworks.html b/layouts/section/frameworks.html new file mode 100644 index 00000000..39bb2d10 --- /dev/null +++ b/layouts/section/frameworks.html @@ -0,0 +1,47 @@ +{{ define "main" }} +
+
+
+

IoT Services & Frameworks

+

The IoT Working Group fosters the creation of extensible services and frameworks that enable IoT applications on top of open APIs.

+
+
+
+
+

Vision

+
+
+

A vast majority of today's IoT solutions are designed in an ad hoc manner. Depending on the business domain and on the targeted platform (OS, H/W capabilities, …) very different and often incompatible architectures are implemented.

+

Eclipse IoT provides building blocks that sit on top of open standards and protocols and provide additional services and frameworks for device management, wired/wireless communication, vertical solutions like home automation, …

+
+ +
+
+
+
+
+

Frameworks for IoT Gateways

+

IoT Gateways help manage the interaction between sensors and actuators, and the enteprise and cloud services. Implementing these types of gateways requires specialized knowledge in communication protocols, device management, software update, and hardware configurations. We believe a better way to build IoT gateways is to use a set of common services that can be reused in IoT applications.

+

+ Kura is a set of Java and OSGi services that are most commonly required for IoT gateways, including I/O services, Data Services, Cloud Services, Networking, etc. +

+
+
+
+
+

Services

+

Building IoT applications for specific industries also requires dedicated services to be available. Providing developers with some of the basic building blocks makes it easier to develop and deploy these types of applications.

+

Eclipse IoT currently has the following services:

+
    +
  • The SmartHome project is a framework that allows building smart home solutions that have a strong focus on heterogeneous environments, i.e. solutions that deal with the integration of different protocols or standards. Its purpose is to provide a uniform access to devices and information and to facilitate different kinds of interactions with them. This framework consists of a set of OSGi bundles that can be deployed on an OSGi runtime and which defines OSGi services as extension points. +
  • +
  • Eclipse SCADA is a way to connect different industrial devices to a common communication system and post-process as well as visualize the data to operating personnel. It provides a SCADA system that includes a communication service, monitoring system, data archive and data visualization capability
  • +
+
+
+ +
+{{ end }} \ No newline at end of file diff --git a/static/frameworks.html b/static/frameworks.html deleted file mode 100644 index b4c84125..00000000 --- a/static/frameworks.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - - iot.eclipse.org — Services & Frameworks - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- -
- -
- -
- -

IoT Services & Frameworks

- -

The IoT Working Group fosters the creation of extensible services and frameworks that enable IoT applications on top of open APIs.

- -
- -
- - -
-
- -

Vision

- - -
-
-

A vast majority of today's IoT solutions are designed in an ad hoc manner. Depending on the business domain and on the targeted platform (OS, H/W capabilities, …) very different and often incompatible architectures are implemented.

-

Eclipse IoT provides building blocks that sit on top of open standards and protocols and provide additional services and frameworks for device management, wired/wireless communication, vertical solutions like home automation, …

-
- -
-
-
- - - -
-
- -

Frameworks for IoT Gateways

-

IoT Gateways help manage the interaction between sensors and actuators, and the enteprise and cloud services. Implementing these types of gateways requires specialized knowledge in communication protocols, device management, software update, and hardware configurations. We believe a better way to build IoT gateways is to use a set of common services that can be reused in IoT applications.

-

- Kura is a set of Java and OSGi services that are most commonly required for IoT gateways, including I/O services, Data Services, Cloud Services, Networking, etc. -

-
-
- - - -
-
- -

Services

- -

Building IoT applications for specific industries also requires dedicated services to be available. Providing developers with some of the basic building blocks makes it easier to develop and deploy these types of applications.

-

Eclipse IoT currently has the following services:

-
    -
  • The SmartHome project is a framework that allows building smart home solutions that have a strong focus on heterogeneous environments, i.e. solutions that deal with the integration of different protocols or standards. Its purpose is to provide a uniform access to devices and information and to facilitate different kinds of interactions with them. This framework consists of a set of OSGi bundles that can be deployed on an OSGi runtime and which defines OSGi services as extension points. -
  • -
  • Eclipse SCADA is a way to connect different industrial devices to a common communication system and post-process as well as visualize the data to operating personnel. It provides a SCADA system that includes a communication service, monitoring system, data archive and data visualization capability
  • - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - -- GitLab From b2e1ed276cd5056e5776e6aa93223ad85ecab0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 23 Aug 2018 10:30:47 +0200 Subject: [PATCH 2/2] Minor content changes re: project names. --- layouts/section/frameworks.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/section/frameworks.html b/layouts/section/frameworks.html index 39bb2d10..69505e22 100644 --- a/layouts/section/frameworks.html +++ b/layouts/section/frameworks.html @@ -25,7 +25,7 @@

Frameworks for IoT Gateways

IoT Gateways help manage the interaction between sensors and actuators, and the enteprise and cloud services. Implementing these types of gateways requires specialized knowledge in communication protocols, device management, software update, and hardware configurations. We believe a better way to build IoT gateways is to use a set of common services that can be reused in IoT applications.

- Kura is a set of Java and OSGi services that are most commonly required for IoT gateways, including I/O services, Data Services, Cloud Services, Networking, etc. + Eclipse Kura is a set of Java and OSGi services that are most commonly required for IoT gateways, including I/O services, Data Services, Cloud Services, Networking, etc.

@@ -35,13 +35,13 @@

Building IoT applications for specific industries also requires dedicated services to be available. Providing developers with some of the basic building blocks makes it easier to develop and deploy these types of applications.

Eclipse IoT currently has the following services:

    -
  • The SmartHome project is a framework that allows building smart home solutions that have a strong focus on heterogeneous environments, i.e. solutions that deal with the integration of different protocols or standards. Its purpose is to provide a uniform access to devices and information and to facilitate different kinds of interactions with them. This framework consists of a set of OSGi bundles that can be deployed on an OSGi runtime and which defines OSGi services as extension points. +
  • The Eclipse SmartHome project is a framework that allows building smart home solutions that have a strong focus on heterogeneous environments, i.e. solutions that deal with the integration of different protocols or standards. Its purpose is to provide a uniform access to devices and information and to facilitate different kinds of interactions with them. This framework consists of a set of OSGi bundles that can be deployed on an OSGi runtime and which defines OSGi services as extension points.
  • -
  • Eclipse SCADA is a way to connect different industrial devices to a common communication system and post-process as well as visualize the data to operating personnel. It provides a SCADA system that includes a communication service, monitoring system, data archive and data visualization capability
  • +
  • Eclipse NeoSCADA provides a way to connect different industrial devices to a common communication system and post-process as well as visualize the data to operating personnel. It provides a SCADA system that includes a communication service, monitoring system, data archive and data visualization capability
-{{ end }} \ No newline at end of file +{{ end }} -- GitLab