This needs adaptations in order to work in Windows:
- The current HAL filesystem only targets Unix-like OSs
- Probably the HAL filesystem for windows from libiec61850 would do the job, but it would need different compilation settings
- Actually, by now that HAL is useless, but it is still needed for compiling the mms files
A branch was created for that windows.
A real good solution was not to have HAL filesystem at all and don't depend on the MMS files inside the GOOSE and SV implementations. But libiec61850 has too many cross dependencies and it's hard to find what is in fact useful for each use case.
This needs adaptations in order to work in Windows:
A branch was created for that windows.
A real good solution was not to have HAL filesystem at all and don't depend on the MMS files inside the GOOSE and SV implementations. But libiec61850 has too many cross dependencies and it's hard to find what is in fact useful for each use case.