Popularity
5.5
Growing
Activity
0.0
Stable
32
4
22
Monthly Downloads: 3,626
Programming language: Elixir
License: Apache License 2.0
Tags:
Networking
Latest version: v0.0.4
download alternatives and similar packages
Based on the "Networking" category.
Alternatively, view download alternatives based on common mentions on social networks and blogs.
-
ejabberd
Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server) -
Ockam
Orchestrate end-to-end encryption, mutual authentication, key management, credential management & authorization policy enforcement — at scale. -
Firezone
Open-source VPN server and egress firewall for Linux built on WireGuard. Firezone is easy to set up (all dependencies are bundled thanks to Chef Omnibus), secure, performant, and self hostable. -
sshex
Simple SSH helpers for Elixir. SSH is useful, but we all love SSHEx ! -
sshkit
An Elixir toolkit for performing tasks on one or more servers, built on top of Erlang’s SSH application. -
wifi
Various utility functions for working with the local Wifi network in Elixir. These functions are mostly useful in scripts that could benefit from knowing the current location of the computer or the Wifi surroundings. -
chatter
Chatter library for Elixir, provides a secure broadcast between nodes. -
tunnerl
SOCKS4, SOCKS4a and SOCKS5 protocols implementation in Erlang/OTP.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of download or a related project?
Popular Comparisons
README
download
Simply downloads remote file and stores it in the filesystem.
Download.from(url, options)
Features
- Small RAM consumption
- Ability to limit downloaded file size
- Uses httpoison
Installation
def deps do
[{:download, "~> x.x.x"}]
end
Into mix.exs
def application do
[applications: [:download]]
end