Communication between Endpoint and Platform

Communication between the Endpoint and the Platform is achieved as follows:

Real-time communication through a WebSocket and the Socket.IO v4 library. By this means, all requests sent by a request from the Front End are received and answered. Communication by RESTFUL API: By this means the information required by the EVE Software for its operation is transmitted. The URL and ports of both the Socket.IO and the Restful API are specified in the Auth.json file. It is essential to make sure that this communication is not blocked. The following ports should be open for E.V.E. platform - endpoint communications:

Port 8080 - Communication via http protocol with restful services of EVE platform

Port 8888 - Communication via http protocol and WebSocket between agent and EVE platform

Port 4003 - Communication via https protocol with restful services of EVE platform

Port 8899 - Communication via https protocol and WebSocket between agent and EVE platform

If the Agent is unable to connect to the EVE platform after install and configuration, these ports should be considered.

The communications should be allowed bidirectionially.

Last updated