Skip to content

Commit

Permalink
Updated resources page in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed May 26, 2020
1 parent bb7efa6 commit 63c027c
Showing 1 changed file with 59 additions and 29 deletions.
88 changes: 59 additions & 29 deletions mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -3373,19 +3373,32 @@ ldd janus | grep asan
/*! \page resources Resources
* This page contains pointers to some third-party resources, in particular
* distro repos for an easier installation of Janus, where available,
* client stacks, libraries and bindings in other languages, that is
* tools that you find helpful to interact with Janus outside of the
* context of the \c janus.js JavaScript library we provide. It is not
* a complete list, but just a summary of the material that has been
* shared so far on the <a href="https://groups.google.com/forum/#!forum/meetecho-janus">meetecho-janus</a>
* applications, mobile/docker/Pi stuff, orchestration tools, client stacks,
* libraries and bindings in other languages (that is tools that you find
* helpful to interact with Janus outside of the context of the \c janus.js
* JavaScript library we provide) and so on. It is not a complete list,
* but just a summary of the material that has been shared so far on the
* <a href="https://groups.google.com/forum/#!forum/meetecho-janus">meetecho-janus</a>
* Google group.
*
* If you've developed anything related to Janus (client stacks, plugins,
* transports, etc.) and you're willing to share them with the community,
* or you know any such effort that is not listed here, just let us know
* and we'll add it on this page.
* If you've developed anything related to Janus and you're willing to share
* it with the community, or you know any such effort that is not listed
* here, just let us know and we'll add it on this page.
* <br/><br/>
*
* - <a href="#repos">Distro repositories</a>\n
* - <a href="#stacks">Client-side stacks</a>\n
* - <a href="#mobile">Mobile resources</a>\n
* - <a href="#pi">Raspberry Pi resources</a>\n
* - <a href="#docker">Docker resources</a>\n
* - <a href="#thirdplugins">Third-party plugins</a>\n
* - <a href="#thirdtransports">Third-party transports</a>\n
* - <a href="#evhandlers">Event handlers (monitoring/troubleshooting)</a>\n
* - <a href="#orchestration">Orchestration</a>\n
* - <a href="#applications">Complete applications</a>\n
*
* <hr/>
*
* \section repos Distro repositories
*
* <table class="table table-striped">
Expand Down Expand Up @@ -3585,25 +3598,6 @@ ldd janus | grep asan
* </table>
* <br/>
*
* \section evhandlers Event Handlers (monitoring/troubleshooting)
*
* <table class="table table-striped">
* <tr><th>Language</th><th>Author</th><th>Project</th><th>Description</th></tr>
* <tr>
* <td>node-js</td>
* <td><a href="https://github.com/thehunmonkgroup">Chad Phillips</a></td>
* <td><a href="https://github.com/thehunmonkgroup/janus-event-server">janus-event-server</a></td>
* <td>Simple plugin-based server to receive/process events from Janus</td>
* </tr>
* <tr>
* <td>Rust</td>
* <td><a href="https://github.com/mozilla">Mozilla</a></td>
* <td><a href="https://github.com/mozilla/janus-eventhandler-sqlite">janus-eventhandler-sqlite</a></td>
* <td>A Janus event handler plugin that writes events to a SQLite database</td>
* </tr>
* </table>
* <br/>
*
* \section thirdplugins Third-party plugins
*
* <table class="table table-striped">
Expand All @@ -3621,7 +3615,7 @@ ldd janus | grep asan
* </table>
* <br/>
*
* \section thirdtrasports Third-party transports
* \section thirdtransports Third-party transports
*
* <table class="table table-striped">
* <tr><th>Author</th><th>Project</th><th>Description</th></tr>
Expand All @@ -3633,6 +3627,25 @@ ldd janus | grep asan
* </table>
* <br/>
*
* \section evhandlers Event handlers (monitoring/troubleshooting)
*
* <table class="table table-striped">
* <tr><th>Language</th><th>Author</th><th>Project</th><th>Description</th></tr>
* <tr>
* <td>node-js</td>
* <td><a href="https://github.com/thehunmonkgroup">Chad Phillips</a></td>
* <td><a href="https://github.com/thehunmonkgroup/janus-event-server">janus-event-server</a></td>
* <td>Simple plugin-based server to receive/process events from Janus</td>
* </tr>
* <tr>
* <td>Rust</td>
* <td><a href="https://github.com/mozilla">Mozilla</a></td>
* <td><a href="https://github.com/mozilla/janus-eventhandler-sqlite">janus-eventhandler-sqlite</a></td>
* <td>A Janus event handler plugin that writes events to a SQLite database</td>
* </tr>
* </table>
* <br/>
*
* \section orchestration Orchestration
*
* <table class="table table-striped">
Expand All @@ -3645,6 +3658,23 @@ ldd janus | grep asan
* </table>
* <br/>
*
* \section applications Complete applications
*
* <table class="table table-striped">
* <tr><th>Author</th><th>Project</th><th>Description</th></tr>
* <tr>
* <td><a href="https://github.com/jangouts">jangouts</a></td>
* <td><a href="https://github.com/jangouts/jangouts">jangouts</a></td>
* <td>Videoconferencing based on WebRTC and Janus Gateway with an UI inspired by Google Hangouts</td>
* </tr>
* <tr>
* <td><a href="https://github.com/gjovanov">Goran Jovanov</a></td>
* <td><a href="https://github.com/gjovanov/roomler">roomler</a></td>
* <td>Roomler - Video collaboration tool using WebRTC (Janus Gateway)</td>
* </tr>
* </table>
* <br/>
*
*/


Expand Down

0 comments on commit 63c027c

Please sign in to comment.