Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

Binary file modified docs_src/assets/logo_edgex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/assets/logo_edgex_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/cloud-upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/Process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs_src/design/adr/0024-system-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ Consumers of Device System Events will likely be custom application services as
- This service is the single point for device Add/Update/Delete and will be the producer of Device System Events.
- Core Contracts module
- The new `SystemEvent` DTO will be added to this repository
- Camera Management App Service Example
- Once Device System Events are implemented, the [Camera Management](https://github.com/edgexfoundry/edgex-examples/tree/main/application-services/custom/camera-management) example can be updated to consume them.
- Device SDK/Service (future)
- Once Device System Events are implemented, the Device SDKs can switch to receiving them via MesssageBus rather than the REST callbacks from Core Metadata. Anything beyond recognizing this future enhancement, it is out-of-scope for this ADR.

Expand Down
2 changes: 1 addition & 1 deletion docs_src/design/adr/0030-Performance-Test-Harness.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ E.g.:
-->

## Referenced Use Case(s)
- [Performance Test Harness UCR](../ucr/Performance-Test-Harness.md)
- [Performance Test Harness UCR](https://docs.edgexfoundry.org/3.0/design/ucr/Performance-Test-Harness/)

## Context
The Performance Test Harness for EdgeX Foundry is architecturally significant as it plays a crucial role in ensuring the scalability and performance of the EdgeX platform under various scenarios. This ADR is created to outline the proposed design for the Performance Test Harness.
Expand Down
Binary file modified docs_src/design/adr/command-message-bridge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/command-msg-structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/command-msg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/command-service-topics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/core/EdgeX_UoM_Validation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/devops/0007/gomods_mergeactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/devops/0007/gomods_releaseactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/devops/0007/mergeactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/devops/0007/releaseactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/devops/0010/known-build-dependencies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/performance-report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/security/0020-spiffe-architecture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/security/0028-as-is.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/security/0028-to-be.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/security/0029-as-is.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/security/0029-to-be.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/security/bootstrap-as-is.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/adr/security/bootstrap-to-be.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs_src/design/legacy-design/Registry-Abstraction.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs_src/design/ucr/Common Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Currently the configuration for all the EdgeX services have many common settings. Most of these common settings have the same value for every service deployed in a single EdgeX based solution and possible across identical deployments of the same solution. The motivation for the UCR is to limit this redundancy by having common settings in one location which are then used across all EdgeX services.

### Description
See [Common Configuration](../../microservices/configuration/CommonConfiguration.md#configuration-properties)for complete list of common configuration sections. As stated above most of the values for these common settings are the same across all the EdgeX Services. Below are a couple examples.
See [Common Configuration](../../../microservices/configuration/CommonConfiguration/#configuration-properties) for complete list of common configuration sections. As stated above most of the values for these common settings are the same across all the EdgeX Services. Below are a couple examples.

!!! example - "Example - Common configuration - **Service** & **Registry**"
```toml
Expand Down
Binary file modified docs_src/design/ucr/performance-test.png
Binary file modified docs_src/docker.png
Binary file added docs_src/examples/EdgeX_ExamplesDatanabSensor.JPG
3 changes: 0 additions & 3 deletions docs_src/examples/EdgeX_ExamplesDatanabSensor.jpg
Diff not rendered.
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTApplicationProperties.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTBrokerAddress.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTCommandTopic.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTDeviceCommands.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTDeviceService.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTProject.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTRequestsToCoreData.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTTestSender.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTUiConsole.png
Binary file modified docs_src/examples/EdgeX_ExamplesMQTTWebsocketUi.png
Binary file modified docs_src/examples/EdgeX_ExamplesNI9038.jpg
Binary file modified docs_src/examples/EdgeX_Examples_Patlite.jpg
Binary file modified docs_src/examples/EdgeX_Patlite_Green_On.jpg
Binary file modified docs_src/examples/IncomingResponse.png
Binary file modified docs_src/examples/MQTTBroker.png
Binary file modified docs_src/examples/MQTTdiagram.png
Binary file modified docs_src/examples/VirtualSequence.png
Binary file modified docs_src/examples/Virtual_DS.png
Binary file modified docs_src/examples/getcommand_MQTT.png
Binary file modified docs_src/examples/getreading_MQTT.png
Binary file modified docs_src/examples/putModbusPal.png
Binary file modified docs_src/examples/putbody.png
Binary file modified docs_src/examples/putcommand_MQTT.png
Binary file modified docs_src/examples/scheduleconfig_MQTT.png
Binary file modified docs_src/general/CN-EN.png
Binary file modified docs_src/general/CNCF-logo.png
Binary file modified docs_src/general/EdgeX_ApplicationServicesLayer.png
Binary file modified docs_src/general/EdgeX_CoreServicesHighlighted.png
Binary file modified docs_src/general/EdgeX_CoreServicesLayer.png
Binary file modified docs_src/general/EdgeX_DeviceServicesLayer.png
Binary file modified docs_src/general/EdgeX_RegistryHighlighted.png
Binary file modified docs_src/general/EdgeX_Security.png
Binary file modified docs_src/general/EdgeX_SecurityLayer.png
Binary file modified docs_src/general/EdgeX_SupportingServicesLayer.png
Binary file modified docs_src/general/EdgeX_X.png
Binary file modified docs_src/general/EdgeX_architecture.png
Binary file modified docs_src/general/EdgeX_data-flow.png
Binary file modified docs_src/general/EdgeX_deployments.png
Binary file modified docs_src/general/EdgeX_gateway.png
Binary file modified docs_src/general/EdgeX_logo.png
Binary file modified docs_src/general/EdgeX_microservice_arch.png
Binary file modified docs_src/general/EdgeX_middleware.png
Binary file modified docs_src/general/EdgeX_octopus.png
Binary file modified docs_src/general/EdgeX_step1-1.png
Binary file modified docs_src/general/EdgeX_step1-2.png
Binary file modified docs_src/general/EdgeX_step2.png
Binary file modified docs_src/general/EdgeX_step3.png
Binary file modified docs_src/general/EdgeX_step4.png
Binary file modified docs_src/general/EdgeX_step5.png
Binary file modified docs_src/general/EdgeX_step6.png
Binary file modified docs_src/general/EdgeX_step7.png
Binary file modified docs_src/getting-started/EdgeX-GettingStartedSnapUsersUI.png
Binary file modified docs_src/getting-started/EdgeX_DeviceServiceSDK.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedBranchSelection.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedBuild.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedChangeToNexus.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedClone.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedHybridBuild.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedHybridResults.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedHybridRun.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedNexusCompose.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedNexusComposeNew.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedRunMetadata.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedUsrLogs.png
Binary file modified docs_src/getting-started/EdgeX_GettingStartedUsrPing.png
Binary file modified docs_src/getting-started/EdgeX_GoLandMakeBuild.png
Binary file modified docs_src/getting-started/EdgeX_GoLandMakeRun.png
Binary file modified docs_src/getting-started/EdgeX_GoLandOpenProject.png
Binary file modified docs_src/getting-started/EdgeX_GoLandSelectProject.png
Binary file modified docs_src/getting-started/EdgeX_GoLandViewTerminal.png
Binary file modified docs_src/getting-started/gcc-logo.png
Binary file modified docs_src/getting-started/golang-vector-6.png
4 changes: 2 additions & 2 deletions docs_src/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ about Application Services and the Application Functions SDK at

## Versioning

Please refer to the EdgeX Foundry [versioning policy](https://lf-edgexfoundry.atlassian.net/wiki/spaces/FA/pages/11668318/Releases) for information on how EdgeX services are released and how EdgeX services are compatible with one another. Specifically, device services (and the associated SDK), application services (and the associated app functions SDK), and client tools (like the EdgeX CLI and UI) can have independent minor releases, but these services must be compatible with the latest major release of EdgeX.
Please refer to the EdgeX Foundry [versioning policy](https://wiki.edgexfoundry.org/pages/viewpage.action?pageId=21823969) for information on how EdgeX services are released and how EdgeX services are compatible with one another. Specifically, device services (and the associated SDK), application services (and the associated app functions SDK), and client tools (like the EdgeX CLI and UI) can have independent minor releases, but these services must be compatible with the latest major release of EdgeX.

## Long Term Support

Please refer to the EdgeX Foundry [LTS policy](https://lf-edgexfoundry.atlassian.net/wiki/spaces/FA/pages/11676227/Long+Term+Support) for information on support of EdgeX releases. The EdgeX community does not offer support on any non-LTS release outside of the latest release.
Please refer to the EdgeX Foundry [LTS policy](https://wiki.edgexfoundry.org/pages/viewpage.action?pageId=69173332) for information on support of EdgeX releases. The EdgeX community does not offer support on any non-LTS release outside of the latest release.
Binary file modified docs_src/getting-started/native/BuildAppServiceConf-Windows.png
Binary file modified docs_src/getting-started/native/BuildAppServiceConf.png
Binary file modified docs_src/getting-started/native/BuildDeviceVirtual-Windows.png
Binary file modified docs_src/getting-started/native/BuildDeviceVirtual.png
Binary file modified docs_src/getting-started/native/BuildEdgeXGoServices-Windows.png
Binary file modified docs_src/getting-started/native/BuildEdgeXGoServices.png
Binary file modified docs_src/getting-started/native/BuildEssentialCheck.png
Binary file modified docs_src/getting-started/native/BuildGUI-Windows.png
Binary file modified docs_src/getting-started/native/BuildGUI.png
Binary file modified docs_src/getting-started/native/BuildeKuiper.png
Binary file modified docs_src/getting-started/native/CheckeKuiperRunning-OK.png
Binary file modified docs_src/getting-started/native/CheckeKuiperRunning-Oops.png
Binary file modified docs_src/getting-started/native/ConsulCheck.png
Binary file modified docs_src/getting-started/native/CoreSupportingServicesRunning.png
Binary file modified docs_src/getting-started/native/CreateeKuiperRule.png
Binary file modified docs_src/getting-started/native/CreateeKuiperStream.png
Binary file modified docs_src/getting-started/native/DataCenterDisplayData.png
Binary file modified docs_src/getting-started/native/GitCheck-Windows.png
Binary file modified docs_src/getting-started/native/GitCheck.png
Binary file modified docs_src/getting-started/native/GoLangCheck-Windows.png
Binary file modified docs_src/getting-started/native/GoLangCheck.png
Binary file modified docs_src/getting-started/native/LocationConfigAppService.png
Binary file modified docs_src/getting-started/native/LocationDeviceVirtualService.png
Binary file modified docs_src/getting-started/native/LocationEdgeXGUI.png
Binary file modified docs_src/getting-started/native/LocationeKuiper-arm.png
Binary file modified docs_src/getting-started/native/LocationeKuiper.png
Binary file modified docs_src/getting-started/native/LocationeKuiperStreamLog-arm.png
Binary file modified docs_src/getting-started/native/LocationeKuiperStreamLog.png
Binary file modified docs_src/getting-started/native/NohupTailFile.png
Binary file modified docs_src/getting-started/native/RedisCheck.png
Binary file modified docs_src/getting-started/native/RunConsulUI.png
Binary file modified docs_src/getting-started/native/RunGUI.png
Binary file modified docs_src/getting-started/native/StreamOfEventReadings.png
Binary file modified docs_src/getting-started/native/TaileKuiperLog-arm.png
Binary file modified docs_src/getting-started/native/TaileKuiperLog.png
Binary file modified docs_src/getting-started/native/Windows-ChangeDatabaseHost.png
Binary file modified docs_src/getting-started/native/Windows-ChangeRedisHost.png
Binary file modified docs_src/getting-started/native/WindowsEnvVar.png
Binary file modified docs_src/getting-started/native/WindowsNewSystemVar.png
Binary file modified docs_src/getting-started/native/WindowsSystemProperties.png
Binary file modified docs_src/getting-started/quick-start/EdgeX_ConnectToHiveMQ.png
Binary file modified docs_src/getting-started/quick-start/EdgeX_HiveMQTTMessages.png
Binary file modified docs_src/getting-started/quick-start/EdgeX_HiveMQTTWebClient.png
Binary file modified docs_src/getting-started/tools/EdgeX_AddDeviceWizard.png
Binary file modified docs_src/getting-started/tools/EdgeX_AddeKuiperRule.png
Binary file modified docs_src/getting-started/tools/EdgeX_AppServiceConfButton.png
Binary file modified docs_src/getting-started/tools/EdgeX_AppServiceList.png
Binary file modified docs_src/getting-started/tools/EdgeX_AssocProfileServiceLinks.png
Binary file modified docs_src/getting-started/tools/EdgeX_AssociatedDeviceIcon.png
Binary file modified docs_src/getting-started/tools/EdgeX_AssociatedDevicesButton.png
Binary file modified docs_src/getting-started/tools/EdgeX_CantRemoveProfile.png
Binary file modified docs_src/getting-started/tools/EdgeX_CommandExecute.png
Binary file modified docs_src/getting-started/tools/EdgeX_Compose_With_app_sample.png
Binary file modified docs_src/getting-started/tools/EdgeX_DSSettings.png
Binary file modified docs_src/getting-started/tools/EdgeX_Dashboard.png
Binary file modified docs_src/getting-started/tools/EdgeX_Dashboard2.png
Binary file modified docs_src/getting-started/tools/EdgeX_Dashboard_Error.png
Binary file modified docs_src/getting-started/tools/EdgeX_DeviceList.png
Binary file modified docs_src/getting-started/tools/EdgeX_DeviceProfileList.png
Binary file modified docs_src/getting-started/tools/EdgeX_EditAutoEvents.png
Binary file modified docs_src/getting-started/tools/EdgeX_EventStream.png
Binary file modified docs_src/getting-started/tools/EdgeX_GUI_Login.jpg
Binary file modified docs_src/getting-started/tools/EdgeX_GUI_Mobile.jpg
Binary file modified docs_src/getting-started/tools/EdgeX_Hamburger_Icon.png
Binary file modified docs_src/getting-started/tools/EdgeX_Interval.png
Binary file modified docs_src/getting-started/tools/EdgeX_IntervalAction.png
Binary file modified docs_src/getting-started/tools/EdgeX_Menu_Icons.png
Binary file modified docs_src/getting-started/tools/EdgeX_Metadata.png
Binary file modified docs_src/getting-started/tools/EdgeX_Notifications.png
Binary file modified docs_src/getting-started/tools/EdgeX_OperationButtons.png
Binary file modified docs_src/getting-started/tools/EdgeX_ProvisionWatcherList.png
Binary file modified docs_src/getting-started/tools/EdgeX_RuleNoStream.png
Binary file modified docs_src/getting-started/tools/EdgeX_Scheduler.png
Binary file modified docs_src/getting-started/tools/EdgeX_Service_Metrics.png
Binary file modified docs_src/getting-started/tools/EdgeX_StoppedService.png
Binary file modified docs_src/getting-started/tools/EdgeX_Subscriptions.png
Binary file modified docs_src/getting-started/tools/EdgeX_TokenPrompt.png
Binary file modified docs_src/getting-started/tools/EdgeX_eKuiperStream.png
Binary file modified docs_src/getting-started/tools/update-device.png
Binary file modified docs_src/hybrid.png
Binary file modified docs_src/microservices/application/ApplicationServices.png
Binary file modified docs_src/microservices/application/SDKFunctions.png
Binary file modified docs_src/microservices/application/TriggersFunctions.png
Binary file modified docs_src/microservices/configuration/EdgeX_CoreRegConfig.png
Binary file modified docs_src/microservices/configuration/EdgeX_RegistryHighlighted.png
Binary file modified docs_src/microservices/core/EdgeX_CoreServices.png
Binary file modified docs_src/microservices/core/command/EdgeX_Command.png
Binary file modified docs_src/microservices/core/command/EdgeX_CommandPutRequest.png
Binary file modified docs_src/microservices/core/command/EdgeX_CoreCommandModel.png
Binary file modified docs_src/microservices/core/data/EdgeX_CoreData.png
Binary file modified docs_src/microservices/core/data/EdgeX_CoreDataRESTEndpoint.png
Binary file modified docs_src/microservices/core/data/EdgeX_CoreDataSubscriber.png
Binary file modified docs_src/microservices/core/data/details/EdgeX_Event-Reading.png
Binary file modified docs_src/microservices/core/metadata/EdgeX_DS_Access.png
Binary file modified docs_src/microservices/core/metadata/EdgeX_Metadata.png
Binary file modified docs_src/microservices/core/metadata/EdgeX_Metadata2.png
Binary file modified docs_src/microservices/core/metadata/EdgeX_Metadata3.png
Binary file modified docs_src/microservices/core/metadata/EdgeX_MetadataModel.png
Binary file modified docs_src/microservices/device/EdgeX_Device.png
Binary file modified docs_src/microservices/device/EdgeX_DeviceServiceAbstraction.png
Binary file modified docs_src/microservices/device/EdgeX_DeviceServices.png
Binary file modified docs_src/microservices/device/details/Auto_Events.png
Binary file modified docs_src/microservices/device/details/Device.png
Binary file modified docs_src/microservices/device/details/Device_Command.png
Binary file modified docs_src/microservices/device/sdk/EdgeX_SDKs.png
Loading
Loading