View Source ExSTARS
Elixir STARS library.
STARS References
- WEB: https://stars.kek.jp/
- STARS tutorial (PDF A5, fits screen or tablet, in Japanse, Ver.1.1 27 Mar 2013, 1.67MB)
Installation
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.
How to use
iex(1)> ExSTARS.start_client({127, 0, 0, 1}, 6057)
:ok
11:25:56.166 [info] STARS server:
6737
iex(2)> ExSTARS.send("term1 stars")
:ok
11:25:59.456 [info] STARS server:
System>term1 Ok:
iex(3)> ExSTARS.send("System help")
:ok
11:26:02.905 [info] STARS server:
System>term1 @help flgon flgoff loadaliases listaliases loadpermission loadreconnectablepermission listnodes getversion gettime hello disconnect
License
This project is licensed under the Apache-2.0 license.
And this project follows the REUSE compliance. For more details, see the REUSE SOFTWARE.