Showing 621 open source projects for "socket"

View related business solutions
  • 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
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1

    g7ctrl

    Managing daemon for GM7 Xtreme GPS Tracker

    This software, consisting of a daemon and a command shell, is meant to be used together with the Xtreme GM7 GPS tracker to help simplify its management and to make it possible to monitor alerts sent by the tracker. The software is intended to be run as a GNU/Linux service that always runs in the background and can be used to both receive location updates from a remote tracker as well as configuring the tracker (over both USB and a GPRS link to the device). All received events are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    What happens when

    What happens when

    What happens when you type google into your browser and press enter?

    ...Rather than giving a high-level overview, the repository tries to break down every step in the process, from low-level events (keyboard press, OS events, keyboard interrupts), through OS-level handling (keyboard scan codes, key events), parsing, DNS lookup, networking (ARP, socket creation, TCP/TLS handshake), HTTP requests, browser behavior, HTML/CSS/JS parsing, rendering engine, GPU rendering, layout, to final drawing and user-visible output. The goal is to serve as a comprehensive resource for students and engineers to understand what happens under the hood, bridging from hardware and OS level up through network and application layers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BoltGenerator

    BoltGenerator

    BoltGenerator is an automated CAD tool which produces 3D bolts.

    BoltGenerator is an automated CAD tool which produces 3D bolts per ISO and ASME specifications, built using OpenCASCADE and Qt technologies. Users select their desired thread, head type, and length. Upon export, a fully-featured CAD part is generated in real-time and written to the universal STEP format. The exported files are consistently named based on user selections, making creation and organization simple.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    f8x

    f8x

    红/蓝队环境自动化部署工具

    大多数场景下,在不同的云购买一些 vps 服务器用于部署红 / 蓝队设施,不能做到开箱即用,使用此工具可以快速部署所需要的各类服务。同时兼顾到本地 VM 虚拟机的需求,可以选择走 socket 代理进行安装部署,Proxychains-ng 也会自动安装,只需做好 Proxychains-ng 配置即可。 https://github.com/ffffffff0x/f8x
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    QB64

    QB64

    BASIC for the modern era

    QB64 is a modern self-hosting BASIC compiler that brings classic QBasic/QuickBASIC programs into the modern era. It enables legacy code to run on today’s operating systems with minimal modifications, while also introducing new commands and libraries for multimedia, networking, and 64-bit computing. QB64 compiles to C++ and includes a built-in IDE, making it accessible for beginners, hobbyists, and retro programming enthusiasts. It aims to preserve the ease and nostalgia of BASIC while...
    Downloads: 620 This Week
    Last Update:
    See Project
  • 6
    BlueSocket

    BlueSocket

    Socket framework for Swift using the Swift Package Manager

    Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    kangle is a light, high-performance web server.support fastcgi/isapi/ajp/uwsgi/scgi/hmux protocol.include a http manage console. Full support access control. memory/disk cache. virtual host can run in seperate process and user. and more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AS3HttpClient

    AS3HttpClient

    HTTP Client for AS3

    as3httpclient is an HTTP/HTTPS client written in ActionScript 3. It offers functionality beyond Flash’s built-in URLRequest/URLStream, implementing HTTP methods such as GET, POST, DELETE, etc., support for multipart form data, chunked transfer encoding, HTTPS (via TLS), and general HTTP client features for Flash and AIR applications. The project is old and no longer actively supported. Learn the HTTP protocol by trying to implement a client. Use AS3Crypto TLSSocket support for implementing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    RadServer

    Node.js https+sockets compatible server with a few goodies, including

    ...If anything's missing let me know! ## Sockets ###Custom secure websockets. A box appears in the top-right corner of the site (configurable) which shows the current socket status. Sockets automatically reconnect if disconnected. We expose two keys to the frontend: one per computer and one per session. On the backend they're associated with a single userid. Interfacing with the sockets is easy. From the frontend: socketRegister( event, callback ) // Register a socket event openSocket( url, callback ) // Connect the socket sendSocket( obj ) // Send an object to the server And from the backend, we support automation as well as direct communication. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Chat Socket IO is free software, open source. real time chat and easy To Use. It is useful to learn network TCP/IP Protocol. This software uses Socket IO to create connection between Client(Browser) and Nodejs Sever (Express). To use Use SimpleRealtimeChat you should follow below steps : + Start NodeJS server + open many tabs 127.0.0.1:8080 to chat SimpleRealtimeChat is available for Windows, macOS, Android, Linux, among others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ByteX

    ByteX

    ByteX is a bytecode plugin platform based on Android Gradle Transform

    ByteX is a bytecode plugin platform based on Android Gradle Transform Api and ASM. (Maybe you can think of it as a socket with unlimited plugs?) In the apk building process, each plugin is completely independent. It not only can run independently from the ByteX host, but also can be automatically integrated into the host into a single Transform along with other plugins. What's more, each plugin's code is decoupled from one another, as well as their host, which makes it extensible and highly efficient for the development of new plugins. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    pydatascope

    Software oscilloscope using Python and tkinter

    Software oscilloscope using Python and tkinter. Supports multiple sources: socket, file, audio, USB. Displays data by samples, time or frequency. Scales the input automatically or manually.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Ooui Web Framework

    Ooui Web Framework

    UI library that brings the simplicity of native UI development to web

    ...With Ooui, you get the full power of your favorite .NET programming language plus the ability to interact with your app using any device. Make sure to add a reference to Ooui before you start running! With just code, a web server that serves the HTML and web socket logic necessary for an interactive button will start. Ooui has been broken up into several packages to increase the variety of ways that it can be used. When the user requests a page, the page will connect to the server using a web socket. This socket is used to keep the server's in-memory model of the UI (the one you work with as a programmer) in sync with the actual UI shown to the user in their browser. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AWS Greengrass Core SDK for Java
    ...Stream manager supports automatic data export to AWS S3 and AWS IoT SiteWise, provides new API method to update existing streams, and pause or resume exporting. StreamManager client sets socket option TCP_NODELAY=true to prevent multi-millisecond delays when writing small messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Scarlet

    Scarlet

    A Retrofit inspired WebSocket client for Kotlin, Java, and Android

    A Retrofit-inspired WebSocket client for Kotlin, Java, and Android. We are working on a new version of Scarlet that supports other persistent connection protocols: ServerSentEvent, Socket IO, STOMP, and MQTT. It can be found on the 0.2.x branch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    speedtest-cli

    speedtest-cli

    Command line interface for testing internet bandwidth using speedtest

    Command line interface for testing internet bandwidth using speedtest.net. It is not a goal of this application to be a reliable latency reporting tool. Latency reported by this tool should not be relied on as a value indicative of ICMP style latency. It is a relative value used for determining the lowest latency server for performing the actual speed test against. Speedtest CLI brings the trusted technology and global server network behind Speedtest to the command line. Measure internet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Arduino HomeKit ESP8266

    Arduino HomeKit ESP8266

    Native Apple HomeKit accessory implementation for the ESP8266 Arduino

    ...The HomeKit running on ESP32 has a GREAT PERFORMANCE which is 10x faster than ESP8266. You should set the ESP8266 CPU to run at 160MHz (at least during the pairing process), to avoid the tcp-socket disconnection from the iOS device caused by a timeout.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    xdp

    xdp

    Package xdp allows one to use XDP sockets

    ...With the default UDP payload size of 1400 bytes, running on Linux kernel 5.1.20, on a tg3 (so no native XDP support) gigabit NIC, sendudp does around 980 Mb/s, so practically line rate. TL;DR: in the same environment, sending a pre-generated DNS query using an ordinary UDP socket yield around 30 MiB/s whereas sending it using the senddnsqueries example program yields around 77 MiB/s. Connecting a PC with Intel Core i7-7700 CPU running Linux kernel 5.0.17 and igb driver to a laptop with Intel Core i7-5600U CPU running Linux kernel 5.0.9 with e1000e with a cat 5E gigabit ethernet cable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Amazon EC2 System Monitor for macOS

    Amazon EC2 System Monitor for macOS

    Amazon EC2 System Monitor for macOS is the on instance agent

    ...The package includes a shell script for enabling, disabling, and listing the current status of the agent according to launched. The Amazon EC2 System Monitor for macOS uses multiple goroutines to manage two primary mechanisms. The serial relay takes data from a UNIX domain socket and writes the data in a payload via a basic wire protocol. Runs a ticker that reads CPU utilization and sends the CPU usage percentage to the UNIX domain socket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sparkler - for API development

    Sparkler - for API development

    Cross platform API request builder to make HTTP with different methods

    Cross platform API request builder to make HTTP with different methods and WebSocket connection and you can send and receive data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Useless Auto Clicker

    Useless Auto Clicker

    Fast free auto clicker with a script editor for Windows, Linux, macOS

    ...For windows download clicker.rar bundle in file section Java version still available on https://github.com/dikhim/uselessclicker/releases Write you own scripts using convenient JavaScript editor based on "Nashorn" engine. Use all standard java classes. Write you own applications and scripts to control a PC via Socket and Http servers from anywhere you want. Download Java: https://java.com/en/download/ Help us with the translation and bug fixing. Github repository: https://github.com/dikhim/uselessclicker Add a review about your experience using this app
    Downloads: 13 This Week
    Last Update:
    See Project
  • 22
    ActionScript 3.0 P2P Socket Mapping
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CocoaAsyncSocket

    CocoaAsyncSocket

    Asynchronous socket networking library for Mac and iOS

    ...GCDAsyncSocket is a TCP/IP socket networking library built atop Grand Central Dispatch. Automatically accept incoming connections over both IPv4 and IPv6 with a single instance of this class. No more worrying about multiple sockets. Secure your socket with ease using just a single method call. Available for both client and server sockets. It runs entirely within its own GCD dispatch_queue, and is completely thread-safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ninja_shell

    ninja_shell

    Raw socket shell with AES256-GCM and Port Knocking technique

    Raw socket shell with AES256-GCM, using Port Knocking technique( https://en.wikipedia.org/wiki/Port_knocking ) using specific TCP flags, FIN, URG, and PSH.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    usbmuxd

    usbmuxd

    A socket daemon to multiplex connections from and to iOS devices

    ...When usbmuxd is running it provides a socket interface at /var/run/usbmuxd that is designed to be compatible with the socket interface that is provided on macOS. You should also create an usbmux user that has access to USB devices on your system. Alternatively, just pass a different username using the -U argument. usbmuxd is not used for tethering data transfers which uses a dedicated USB interface to act as a virtual network device.
    Downloads: 61 This Week
    Last Update:
    See Project