Skip to content

tombo-works/ex_stars

Repository files navigation

ExSTARS

hex CI license REUSE

Elixir STARS library.

How to use

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

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.

STARS References

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages