All Projects → fuskovic → networker

fuskovic / networker

Licence: MIT license
🔧 A simple CLI tool for various networking operations

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to networker

x-terminal
An xterm based Atom plugin for providing terminals inside your Atom workspace.
Stars: ✭ 34 (+70%)
Mutual labels:  tty, pty
penelope
Penelope Shell Handler
Stars: ✭ 291 (+1355%)
Mutual labels:  tty, pty
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+59995%)
Mutual labels:  tty, pty
sexpect
Expect for Shells
Stars: ✭ 99 (+395%)
Mutual labels:  tty, pty
uniterm
🚧Universal Terminal Emulator, might be a great toy terminal front-end for geeks.
Stars: ✭ 22 (+10%)
Mutual labels:  tty, pty
Upterm
A terminal emulator for the 21st century.
Stars: ✭ 19,441 (+97105%)
Mutual labels:  tty, pty
Terminalizer
🦄 Record your terminal and generate animated gif images or share a web player
Stars: ✭ 12,165 (+60725%)
Mutual labels:  tty, pty
Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (+925%)
Mutual labels:  https
Beasthttp
Provides helper tools for creating RESTful services using Boost.Beast
Stars: ✭ 227 (+1035%)
Mutual labels:  https
Httpkit
⚡️ High-level, High-performance HTTP(S) Clients/Servers in Reason/OCaml
Stars: ✭ 198 (+890%)
Mutual labels:  https
Httpcanary
A powerful capture and injection tool for the Android platform
Stars: ✭ 2,188 (+10840%)
Mutual labels:  https
Tcpprobe
Modern TCP tool and service for network performance observability.
Stars: ✭ 207 (+935%)
Mutual labels:  https
Criollo
A powerful Cocoa web framework and HTTP server for macOS, iOS and tvOS.
Stars: ✭ 229 (+1045%)
Mutual labels:  https
Evmongoose
DEPRECATED. Evmongoose is an asynchronous, event(libev) based multi-protocol embedded networking library with functions including TCP, HTTP, WebSocket, MQTT and much more. It's based on mongoose and libev implementation and it's support Lua API.
Stars: ✭ 199 (+895%)
Mutual labels:  https
cpp20-internet-client
An HTTP(S) client library for C++20.
Stars: ✭ 34 (+70%)
Mutual labels:  https
Docker Http Https Echo
Docker image that echoes request data as JSON; listens on HTTP/S, useful for debugging.
Stars: ✭ 194 (+870%)
Mutual labels:  https
docker-ssl-reverse-proxy
Easy-to-use auto-SSL reverse proxy as a Docker container based on Caddy and Let’s Encrypt
Stars: ✭ 22 (+10%)
Mutual labels:  https
Fire
🔥A delightful HTTP/HTTPS networking framework for iOS/macOS/watchOS/tvOS platforms written in Swift.
Stars: ✭ 243 (+1115%)
Mutual labels:  https
Android Upload Service
Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins.
Stars: ✭ 2,593 (+12865%)
Mutual labels:  https
Lnmp Docker
Docker for LNMP (CentOS7 + Nginx + MariaDB + PHP7 + Redis + Supervisor + WebSocket + Cron)
Stars: ✭ 221 (+1005%)
Mutual labels:  https

Networker

Go Report Card gopherbadger-tag-do-not-edit

Features

  • List devices on your LAN
  • Port scanning
  • Remote TTY
  • DNS lookup
  • Send HTTP requests

Documentation

See Docs for command examples.

Installation

Download a pre-compiled binary

You can find a networker binary for your OS on the releases page.

Install globally using Go

Requires Go 1.18

go install github.com/fuskovic/networker/v2@latest

Verify your installation

networker -v

Compile from source

Requires Go 1.18

Clone the repo, cd into it and run:

make install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].