MTProto transport for Elixir Hex.pmTravisCoverage Status


MTProto (protocol) transport implementation in Elixir, acts like gen_tcp and others, supports most service commands.


TODO


Installation

  1. Add mtproto to your list of dependencies in mix.exs:
def deps do
  [{:mtproto, "~> 57.0.0-alpha"}]
end
  1. Ensure mtproto is started before your application:
def application do
  [applications: [:mtproto]]
end

Usage

...


Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request