sgp2dot/README.md

14 lines
557 B
Markdown
Raw Normal View History

2019-02-12 16:55:17 +01:00
# Simgrid platform to dot file converter
2019-02-12 16:56:32 +01:00
**sgp2dot** is a [Simgrid](https://simgrid.org) platform to [Graphiz dot file](http://graphviz.org/) convert implemented in Lisp. It requires:
2019-02-12 16:58:45 +01:00
- Common Lisp (Implementation supporting asdf)
2019-02-12 16:55:17 +01:00
- s-xml
How to use it ? Compile it using the following lisp code:
> (asdf:operate :build-op "sgp2dot")
2019-02-12 16:57:53 +01:00
Finally invoke `(convert <platform-file> <output-dot-file>)` or use the dedicated *sgp2dot-cl.lisp*
2019-02-12 16:58:45 +01:00
in your CLI. Note that you should change the *sgp2dot-cl.lisp* shebang according to your lisp implementation.
2019-02-12 16:55:17 +01:00