https://github.com/juniper/yangc
YANG Compiler for JUNOS
https://github.com/juniper/yangc
Last synced: about 1 year ago
JSON representation
YANG Compiler for JUNOS
- Host: GitHub
- URL: https://github.com/juniper/yangc
- Owner: Juniper
- License: other
- Created: 2014-09-22T01:39:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T13:42:48.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T04:26:37.407Z (about 1 year ago)
- Language: C
- Size: 225 KB
- Stars: 12
- Watchers: 25
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JUISE: The JUNOS User Interface Scripting Environment
The JUISE project (the JUNOS User Interface Scripting Environment)
allows scripts to be written, debugged, and executed outside the
normal JUNOS environment. Users can develop scripts in their desktop
environment, performing the code/test/debug cycle in a more natural
way. Tools for developers are available, including a debugger, a
profiler, a call-flow tracing mechanism, and trace files.
The JUNOS-specific extension functions are available for scripts,
allowing access to JUNOS XML data using the normal jcs:invoke and
jcs:execute functions. Commit scripts can be tested against a JUNOS
device's configuration and the results of those script tested on that
device.
Check our
[github release page](https://github.com/Juniper/libslax/releases)
to find the latest release.
Please visit the
[juise wiki](https://github.com/Juniper/juise/wiki)
for more information, documentation, examples, and notes on
JUISE and CLIRA.
var _gaq = _gaq || [];
_gaq.push(['_setAccount', ' UA-25845345-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();