-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server61850/basic_io - closed socket connection #3109
Comments
it is possible that the problem with connecting the client to the server is related to the undefined constant SIOCGIFHWADDR (in the file hal/ethernet/linux/ethernet_linux.c). We should find it |
@ivm2008 Could you describe how we can connetc wtih the 61850 client? |
After download libiec61850 to the path
move to the example folder <path/examples/xxx> and run make. Client should be run under root permissions with argument ip of the server iec61850 |
run example |
To run the sample IEC 61850 server, you need to build embox with the command:
run
start the server by typing
If you now connect to the server with any 61850 client (for example, to read the data model), then the 61850 server crashes.
The text was updated successfully, but these errors were encountered: