Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SensiNact/endpoint-connector"

(Created page with "= Description = Properties to be defined in the Felix configuration file to allow the instance of sensiNact to connect to a remote one Do not forget to add the socket-endpoi...")
 
 
Line 1: Line 1:
 +
[[Category:sensiNact]]
 +
 
= Description =
 
= Description =
  

Latest revision as of 11:10, 23 February 2024


Description

Properties to be defined in the Felix configuration file to allow the instance of sensiNact to connect to a remote one

Do not forget to add the socket-endpoint module into both of the sensiNact instances to be connected

Endpoint Connector

# define the local sensiNact instance's port (server)
fr.cea.sna.gateway.endpoint.local.port
# define the local sensiNact instance's address (server)
fr.cea.sna.gateway.endpoint.local.address
# define the remote sensiNact instance's port to connect to (client)
fr.cea.sna.gateway.endpoint.remote.port
# define the local sensiNact instance's address to connect to (client)
fr.cea.sna.gateway.endpoint.remote.address

Back to the top