vlvassilev / yuma123

The yuma123 repository
Other
24 stars 26 forks source link

call home support? #112

Closed PeterYFPeng closed 3 years ago

PeterYFPeng commented 3 years ago

I am working in 5G products. I need a netconf server to install into my devices. The device need to support call home mode to connect to NMS. So that , Whether Yuma123 support call home setting?

vlvassilev commented 3 years ago

You can implement call home with a simple shell script using mkfifo. Check this thread https://github.com/vlvassilev/yuma123/issues/74

PeterYFPeng commented 3 years ago

This is really helpful. Thank you very much.