Elixir STARS library.
iex(1)> ExSTARS.start_client("term1", "stars", {127, 0, 0, 1}, 6057)
:ok
09:03:53.215 [debug] 8414
System>term1 Ok:
iex(2)> ExSTARS.send("term1", "System help")
:ok
09:04:21.950 [debug] System>term1 @help flgon flgoff loadaliases listaliases loadpermission loadreconnectablepermission listnodes getversion gettime hello disconnect
If available in Hex, the package can be installed
by adding ex_stars
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_stars, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_stars.
- WEB: https://stars.kek.jp/
- STARS tutorial (PDF A5, fits screen or tablet, in Japanse, Ver.1.1 27 Mar 2013, 1.67MB)
This project is licensed under the Apache-2.0 license.
And this project follows the REUSE compliance. For more details, see the REUSE SOFTWARE.