Showing 1840 open source projects for "connection"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    PUB! Programmable USB Button

    PUB! Programmable USB Button

    Program a button to send keystrokes to your computer

    PUB! is a Programmable USB Button on which you can program with a sequence of keystrokes. When you press the button those keystrokes are "replayed" over a USB connection. The button is programmed using an innovative and slightly quirky interface that does not require any custom software to be installed on your computer. All you need is a text editor like Notepad or gedit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Lite Weight Reporter

    Lite Weight Reporter

    Easy, Lite weight, real time, web based, reporting & analytic tool

    ...LWR transforms bunch SQL queries to charts and displays in a report. Each report has one or more elements arranged in rows and columns. Each element has title, SQL Query, database connection pointing to database from where data is retrieved and type of graph/table renderer. The application uses google charts (default) or jfree charts to build the charting components. User has to define database connection by providing the username, password, driver and connection URL. We can define multiple database connection pointing to different databases building a report retrieving data from different databases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AWS IoT Arduino Yún SDK

    AWS IoT Arduino Yún SDK

    SDK for connecting to AWS IoT from an Arduino Yún

    The AWS-IoT-Arduino-Yún-SDK allows developers to connect their Arduino Yún compatible Board to AWS IoT. By connecting the device to the AWS IoT, users can securely work with the message broker, rules and the Thing Shadow provided by AWS IoT and with other AWS services like AWS Lambda, Amazon Kinesis, Amazon S3, etc. The AWS-IoT-Arduino-Yún-SDK consists of two parts, which take use of the resources of the two chips on Arduino Yún, one for native Arduino IDE API access and the other for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    gjacktransport implements a standalone application to access the jack-audio-connection-kit‘s transport mechanism as touchable slider. IOW: It is a scrollbar to seek Audio/Video media files when they are played with with a JACK (sync) player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5

    opengpib

    GPIIB library & utils-transport over serial and ethernet and plotting.

    A GPIB library geared towards the Prologix controllers. Interface working with HP 8595E Spectrum analyzer, the Wayne-Kerr PSG2400L signal generator, the Tek 2440, and the HP 16500C with access to the 16555A timing, 16534, and 16531 scope cards. Uses
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Ancient Chinese Clock

    Ancient Chinese Clock (12-hour-day)

    This is an ancient Chinese clock, based on the description found in the Shobogenzo (Tanahashi edition). It is a combination of an ancient Chinese and a modern clock. An internet connection is required, as it needs to download the sunrise and sunset times for the current date for your location (location name & GPS coordinates)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    CNCpad

    CNC PAD, is a CNC program with syntax highlighting editor

    ...Calculate and View : Target G1 G2 G3 operations Calculate and View : Drilling operations Calculate and View : Bolt Circle Calculations for points arranged equally spaced in a circle Part View Of more connection to the numerical control simulation program live to verify paths. CNC PAD also communicates directly with "Cutting Tools Manager" and allows you to set from true cutting tools list, but also of pre-calculate the good cutting speed to suit the material being machined.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Clippers is a board game designed by Alan R Moon that is an abstract island connection game based on clipper ships and the south pacific. This computer version is written in Java 1.5 and includes AI players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    DesignerWt

    A layout and widget editor for Wt (C++ web applications)

    ...This class, when created, will produce a widget object that can be attached to the browser window or any other Wt container widget Since V2.0.0 the major feature of database aware widgets, data connection editing and query editing has been added. This includes drivers for most of the major databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10
    Angular Websocket

    Angular Websocket

    The missing Angular WebSocket module for connecting client apps

    ...It wraps the native WebSocket API in a way that plays nicely with Angular’s digest cycle, ensuring that UI updates are triggered when messages arrive. The library manages an internal send queue so that messages requested before the socket is open are safely sent once the connection is ready. It offers a set of convenience methods and callbacks, such as onMessage, onOpen, onClose, and onError, to keep WebSocket handling consistent with other Angular services. Developers can filter messages by string or regular expression and optionally disable automatic $digest calls when needed for performance. The project can be consumed via Bower, npm, CDN, or manual download, making it easy to introduce into legacy build setups. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    venom - shellcode generator

    venom - shellcode generator

    msfvenom shellcode generator/compiler/listenner

    The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( c | python | ruby | dll | msi | hta-psh ), injects the shellcode generated into one funtion (example: python) "the python funtion will execute the shellcode in ram" and uses compilers like: gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file, also starts a multi-handler to recibe the remote connection (reverse shell or meterpreter session). -- 'shellcode generator' tool reproduces some of the technics used by Veil-Evasion framework, unicorn.py, powersploit, etc,etc,etc.."P.S. some payloads are undetectable by AV soluctions yes!!!" one of the reazons for that its the use of a funtion to execute the 2º stage of shell/meterpreter directly into targets ram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ZUPPA GCS

    ZUPPA GCS

    GCS (Ground Control Station) - UI for ZUPPA Autopilot

    The GCS (Ground Control station) is a sturdy User Interface software which can be used to plot waypoints, routes, configure parameters, track the flight in real time and change operational modes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EasyModbusTCP Server Simulator .NET/JAVA

    EasyModbusTCP Server Simulator .NET/JAVA

    Modbus TCP/UDP Server Simulator and Modbus RTU Slave Simulator

    Modbus TCP Server simulator and library for .NET and Java implementation. See Library and source code: www.easymodbustcp.net For Connection to Modbus-TCP, Modbus-UDP clients, and Modbus RTU Master. Server listens at port 502 (can be changed). Shows also Protocol informations. Allows Multiple connections Digital Inputs; Coils; Input Registers and Holding Registers can be viewed and changed in a table-view Version V2.5: - Upgrade Library with new functions Version V1.1: - Asynchronous Reading and Writing to Speed up Server Version V1.0: - Bugfixes Version V0.96: - Bugfix - Server Simulator available as Java-Version Version V0.95: - Modbus UDP supported Version V0.94: - Some Bugfixes Version V0.93: - Added Function code 16 (Write Multiple Registers) - Some measures to speed up Modbus-Server - DLL-Library for .NET implementations added Version V0.92: - Added Function code 15 (Write Multiple Coils)
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 14
    node-orm2

    node-orm2

    Object Relational Mapping

    ...The name of the model is assumed to match the table name. Models can be in separate modules. Simply ensure that the module holding the models uses module.exports to publish a function that accepts the database connection, then load your models however you like.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TCPMonPlus

    TCPMonPlus

    TCPMonPlus intercepts TCP packets and SOAP reqeusts

    TcpMonPlus version 1.0: A Utility Application to Monitor TCP Packets This utility application can be used to monitor the packets flowing on a TCP connection. TcpMonPlus is used by placing it in-between a client and a server. The client is configured to connect to TcpMonPlus and TcpMonPlus forwards the packets to server with all required authentications. The client must be configured to TcpMonPlus local Port that is it is listening to. TcpMonPlus forwards the packets to the server and port specified in the configuration panel. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    WifiManager

    WifiManager

    Connect to a WiFi network based on frequency.

    WifiManager NOTE: BETA stage This app simply installs a service with a basic GUI allowing you to select/connect to a WiFi network based on frequency. LATEST RELEASE: 28/06/2016 FEATURES: Major Features - Re-establish connection - Select and maintain connection(s) on selected frequency - Support for Android M (Marshmallow) - Added permissions Minor Features - Bug fixes - Removed beta GUI elements - Added more intuitive notifications Expected Features - 802.11, etc Wifi Support' - Seamless "uninterrupted" handover - WPS Support NOTES: Any requests, possible features you would like to see in the app, let me know on the discussion page (title of post starting with #REQUEST) This is not fully functional, the software may (probably does contain bugs), if found, please report them : https://sourceforge.net/p/wifiman/discussion/ Enjoy :p
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    ClearCheckBook Java API

    A Java library for the developer API for Clearcheckbook.com

    A Java library to access the HTTP developer API for Clearcheckbook.com, the money management website. https://www.clearcheckbook.com/developer/api Uses HtmlUnit to do the connection. Code is now at https://github.com/leonarduk/clearcheckbookjavaapi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Steam Controller Singer

    Steam Controller Singer

    Play MIDI songs on the Steam Controller

    This softwares allows you to turn your Steam Controller into a MIDI-driven music instrument. You can find the code on the following git repo : https://gitlab.com/Pilatomic/SteamControllerSinger I offer you this software for free, and it will always be so. If you enjoy this software, please consider making (even a small) a donation ( "donate" link at the top of the page ).
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 19
    Kastor DSP (Radio Broadcasting Software)

    Kastor DSP (Radio Broadcasting Software)

    (Alternative Broadcasting Software)

    Kastor its an easy to use, streaming radio broadcasting tool. It supports ShoutCast and IceCast servers. The main purpose of Kastor is to stream live audio from your computers Mic or Line input with Shoutcast or Icecast servers. Recording is also possible,unlike other source clients it will automatically stream a set of audio files if it is setup that way. Kastor DSP features an internal mp3 player, a recorder and a minideck to mix down audio input from soundcard directly or through a...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    CheckeredFlag

    CheckeredFlag is a super simple mail server.

    CheckeredFlag is a super simple mail server. The intended use is for local application development that needs to be able to send email. CheckeredFlag runs on the local machine and doesn't need a network connection nor any special set up. Just run it and that is all. SMTP, POP, and webmail are provided, which means you can send email with any email client and recieve email with just about every email client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    netPanzer

    netPanzer

    An online multiplayer tactical warfare game for fast action combat!

    netPanzer is an online multiplayer tactical warfare game designed for play across the Internet and over LAN systems. netPanzer is designed for FAST ACTION combat -- it is not another resource management clone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PHP script for SMS receiving
    ...Simple and easy for modification, PHP script for SMS receiving. https://www.proovl.com Store Text Messages from mobile phones to database. Proovl SMS number with Mysql (PDO) database connection. Receive SMS to database MySQL (PDO). https://www.youtube.com/channel/UCYuMRNb_SRZ4FMsZjnHRZUA SMS number for text messages https://www.virtnumber.com/freesmsreceive.php https://www.groovl.com https://www.virtnumber.com/mobile-proxy-4g.php Istruction: 1. Set up your database connection. File - (dbconnection.php) 2. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    JInfoPlate

    JInfoPlate

    Simple program designed to help get info about Java and other stuff.

    Simple program designed to help get info about Java and other stuff. No internet connection needed to use! Written in Java Swing, so the JRE is needed to run! Easily navigate through the simple tab UI. Quickly find information about Java, The System User, and System! Find the source at https://github.com/Kivitoe/JInfoPlate or the source zip download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Gigaset 3070 isdn is the ancestor of a family of ISDN DECT base stations allowing the connection of a PC via USB or DECT. This project is building the Linux support (drivers and frontend utilities) which Siemens neglected to provide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ObexPushD

    An OBEX Push/FTP server implementation

    Obexpushd can be used to receive files with OBEX protocol over Bluetooth, IrDA (infrared) or network connection. This program should work with many mobile devices like PDAs and mobile phones.
    Downloads: 0 This Week
    Last Update:
    See Project