Skip to content

Developing the minimal way to communicate in IEC61850_9_2_SV and implement in alghoritm thats choose the best analog signal.

Notifications You must be signed in to change notification settings

everton-oriente/IEC61850_9_2_SV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IEC61850_9_2_SV

Developing the minimal way to communicate in IEC61850_9_2_SV and implement in alghoritm thats choose the best analog signal.

To run the code we can not run using cargo run because we need admin permission so we can compile using cargo build, so after this it is needed to go to the folder /home/evertonoriente/Documents/IEC61850_9_2_SV/pub_iec/target/debug and run the command: sudo nice -n -19 ./pub_iec wlp0s20f3 to run the publisher.

To run the code we can not run using cargo run because we need admin permission so we can compile using cargo build, so after this it is needed to go to the folder /home/evertonoriente/Documents/IEC61850_9_2_SV/sub_iec/target/debug and run the command: sudo nice -n -19 ./sub_iec wlp0s20f3 to run the subscriber.

To run the code with logging / You will see debug, info, warn, and error. RUST_LOG=debug cargo run sudo RUST_LOG=info ./target/release/your_executable > log.txt 2>&1

To run the code with logging / You will see info, warn, and error. RUST_LOG=info cargo run sudo RUST_LOG=info ./target/release/your_executable

About

Developing the minimal way to communicate in IEC61850_9_2_SV and implement in alghoritm thats choose the best analog signal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published