Showing 31 open source projects for "echo"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 1
    fping

    fping

    High performance ping tool

    fping is a program to send ICMP echo probes to network hosts, similar to ping, but much better performing when pinging multiple hosts. fping has a very long history: Roland Schemers did publish a first version of it in 1992 and it has established itself since then as a standard tool for network diagnostics and statistics. There was no official fping release from 2002 until end of 2011.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Data Structures for PHP 7

    Data Structures for PHP 7

    An extension providing efficient data structures for PHP 7

    ...But we use it for everything, because PHP is pragmatic: “dealing with things sensibly and realistically in a way that is based on practical rather than theoretical considerations”. An array gets the job done. Unfortunately, with flexibility comes complexity. Collection is the base interface which covers common functionality like foreach, echo, count, print_r, var_dump, serialize, json_encode, and clone. Sequence describes the behavior of values arranged in a single, linear dimension. Some languages refer to this as a List. Documentation is available on php.net. You should also include the polyfill in your project for IDE integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    BWPing

    ICMP-based network bandwidth measurement tool

    BWPing is a tool to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism. It does not require any special software on the remote host. The only requirement is the ability to respond on ICMP echo request messages. BWPing supports both IPv4 and IPv6 networks.
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • 4
    WSJT

    WSJT

    Weak signal ham radio communication

    ...Major emphasis is placed on weak-signal techniques. Summary Program Descriptions: WSJT-X supports the communication protocols FST4, FT4, FT8, JT4, JT9, JT65, Q65, MSK144, WSPR, FST4W, and Echo, each optimized for different sorts of radio-wave propagation. MAP65 and QMAP are designed for EME at VHF and higher frequencies. MAP65 provides a panoramic, polarization-matching receiver for the Q65 and JT65. modes. QMAP works together with WSJT-X to provide a panoramic receiver for Q65 modes covering a 90 kHz sub-band. Programs WSJT and WSPR are interesting primarily for historical reasons. ...
    Leader badge
    Downloads: 7,770 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5

    FMail

    The Fast Echomail Processor/tosser, for Fidonet Technology Networks

    FMail is an opensource echo mail processor/tosser for Hudson and JAM message bases, released under the GNU GENERAL PUBLIC LICENSE Version 3. Also included is a message base maintenance utility with a lot of special features. The Windows version can handle more areas than the old DOS version and is optimized for use with 32 & 64-bit versions of MS Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    MBSE BBS for Linux & Unix

    MBSE BBS is a full FTN-capable ANSI BBS and mailer package.

    MBSE BBS is a fully FTN-capable ANSI BBS package including a mailer (ifcico clone), BinkP daemon, mail tosser, TIC processor, filefind, and other utilities allowing access via modem and the Internet using telnet, ssh, http and ftp. Support is offered through the Fidonet MBSE echo and the Micronet MIN_BBS echo.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    stdiotelnetd

    A simple TCP server using telnet protocol for communication

    ...Note that only one instance of the program will ever be spawned, hence all of the connected clients will be seeing the same content, effectively being able to observe the effects of the other connected users actions (namely, if the spawned program responds with echo, all the users will be seeing what the others are typing).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Calimero

    Calimero

    Take full control of your Windows Desktop background!

    Small, black, but powerful! Calimero is a high-performance Win32 (x86) console application designed to take full control of your Windows Desktop background (Windows 8 and up).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Hans makes it possible to tunnel IPv4 through ICMP echo packets, so you could call it a ping tunnel. This can be useful when you find yourself in the situation that your Internet access is firewalled, but pings are allowed.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    shmcat

    shmcat

    A tool to dump shared memory segments, files and text

    This is a simple tool that dumps shared memory segments (System V and POSIX), files and text. It might be useful when you have to debug programs that use shared memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    newlearnerspermit

    C for programmable guitar amp

    ...The goal of this project is to use Arduino hardware with C language programming to manipulate the guitar signal by various effects of phaser, flanger, reverb, digital delay and echo, and tremelo. Also, the signals of two microphones, two guitars, and one mp3 device will be inputted into and passed through two 3-band programmable equalizers. All of the processed signals will pass through and be amplified by a clean master volume controlled power amp. The digital effects will be toggled by means of a floor panel controlled by digital foot switch controller communication with the Arduino hardware via a digital cable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    TCP Echo Client Server

    implementation based on the Richards Stevens book.

    Concurrent TCP/IP echo server and its client. The implementation is taken from Richards Stevens book. See W. Richard Stevens' Home Page http://www.kohala.com/start/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tom's Audio Processing plugins is a selection of LADSPA plugins for audio engineering on the Linux platform. Intended for use in a professional DAW environment such as Ardour, it includes high quality reverberation, echo, eq, limiter & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    atinout

    atinout

    AT commands as input are sent to modem and responses given as output.

    This program will read a file (or stdin) containing a list of AT commands. Each command will be send to the modem, and all the response for the command will be output to file (or stdout). Example, to hang up any ongoing call: $ echo ATH | atinout - /dev/ttyACM0 - ATH OK $
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 15

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Echoc
    It is the same as the basic "ECHO" command, but now.., with COLOR! echo messages in color. http://www.softpedia.com/progClean/Echoc-Clean-207636.html
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    TCPLoadEchoServer

    IPv4/IPv6 TCP Echo Server scaling to 100.000+ concurrent sessions

    The TCPLoadEchoServer is a IPv4/IPv6 TCP Echo Server that is optimized for use with 100.000+ concurrent TCP sessions. It achieves this by using the Linux Kernel Epoll functionality (+- like BSD's kqueue) Combined with the TCPLoadEchoClient, this tool can also be used to stress test NAT stacks, firewalls, ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    java-terminal-utilities

    Java terminal utilities

    Java/JNI interface to some terminal functions; allows to use non-canonical input, input timeout, echo-off mode, terminal colors in Java programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    network packet generator

    a simple packet generator for TCP,UDP and ICMP network packages

    You can create different kinds of network packages e.g. ICMP echo request, echo replies, TCP packages with different settings, ... . You can start the programm by typing 'sudo ./start_pg2.sh interfacename'. The script is necessary to suppress the rst-packets from the linux kernel. I created this program to improve my C skills and to gain some experience in network programming. It is a early version and everyone is welcome to improve it ;).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    tagx

    Unix utility to help to create XML files from shell scripts.

    Simple Unix utility to help to create XML files from shell scripts. It encapsulates what comes from the pipe. Ex.: $> echo hi | tagx label <label> hi </label>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DAHDI for HFC-S PCI A with OSLEC

    DAHDI for HFC-S PCI A with OSLEC

    (Latest DAHDI + HFC-S PCI A support + latest OSLEC) in one git.

    ...The HFC-S PCI A based cards are very cheap and thus ideal for private BRI users. The OSLEC is being developed since a long time ago and said to be very good. The superiority of "hardware echo cancellers" is a myth. This makes the fact that HFC-S does not have a hardware echo canceller an advantage if you decide to better use free software and maybe even improve the echo canceller. The dahdi-hfcs is the latest Digium DAHDI kernel module svn trunk plus adopted and properly renamed zaphfc driver plus latest OSLEC echo canceller svn trunk, all ready to compile out-of-the-box. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Create movies from still pictures. Add transition, text animation, Ken Burns and other effects, insert a video to your slideshow, add musics with some audio effects. Derived from Imagination.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Hyenae
    Hyenae is a highly flexible platform independent network packet generator. It allows you to reproduce several MITM, DoS and DDoS attack scenarios, comes with a clusterable remote daemon and an interactive attack assistant. *** Hyenae is back *** Hyenae will be continued here: https://sourceforge.net/p/hyenae-ng
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 24
    NOSE is a package for simulation of linear and non-linear optical and infrared spectra, including absorption, fluorescence, circular dichroism, pump-probe, photon echo and other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is created for an example, but if you are learning Unix Network Programming, this project may be OK for you to practice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB