Search Results for "send keyboard message" - Page 2

Showing 284 open source projects for "send keyboard message"

View related business solutions
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clientsโ€™ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that arenโ€™t designed to amplify volunteer programs. With VolunteerMatters, itโ€™s a delight to manage everything in one place.
  • 1
    Gorilla WebSocket

    Gorilla WebSocket

    Fast, well-tested and widely used WebSocket implementation for Go

    Gorilla WebSocket is a Go implementation of the WebSocket protocol. The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable. An application can also send and receive messages using the io.WriteCloser and io.Reader interfaces. To send a message, call the connection NextWriter method to get an io.WriteCloser, write the message to the writer and close the writer when done. To receive a message, call the connection NextReader...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    openwechat

    openwechat

    golang WeChat SDK

    .... Message reply, send text, pictures, files, emoji and other messages to designated objects (friends, groups) Hot login (no need to repeatedly scan the code to log in), custom message processing, file download, message anti-withdrawal. Obtain object information, set friend notes, pull friends into groups, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Roarr

    Roarr

    JSON logger for Node.js and browser

    JSON logger for Node.js and browser. A transport in most logging libraries is something that runs in-process to perform some operation with the finalized log line. For example, a transport might send the log line to a standard syslog server after processing the log line and reformatting it. Roarr does not support in-process transports because Node processes are single threaded processes (ignoring some technical details). Given this restriction, Roarr purposefully offloads handling of the logs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    hackney

    hackney

    simple HTTP client in Erlang

    hackney is an HTTP client library for Erlang. No message passing (except for asynchronous responses): response is directly streamed to the current process and state is kept in a #client{} record. Binary streams, SSL support, keepalive handling, basic authentication. Stream the response and the requests, fetch a response asynchronously, multipart support (streamed or not), and chunked encoding support. It can send files using the sendfile API. Optional socket pool, REST syntax, hackney, Method...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 5
    Notify

    Notify

    A dead simple Go library for sending notifications to message services

    A dead simple Go library for sending notifications to various messaging services. Notify was born out of my own need to have my API servers running in production be able to notify me when critical errors occur. Of course, Notify can be used for any other purpose as well. The library is kept as simple as possible for quick integration and ease of use. Since Notify is highly dependent on the consistency of the supported external services and the corresponding latest client libraries, we cannot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Laravel Slack Notification Channel

    Laravel Slack Notification Channel

    Slack Notification Channel for laravel.

    In addition to support for sending email, Laravel provides support for sending notifications across a variety of delivery channels, including email, SMS (via Vonage, formerly known as Nexmo), and Slack. In addition, a variety of community built notification channels have been created to send notifications over dozens of different channels! Notifications may also be stored in a database so they may be displayed in your web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    graphql-redis-subscriptions

    graphql-redis-subscriptions

    A graphql subscriptions implementation using redis

    ... of the RedisPubSub instance will send redis a SUBSCRIBE message to the topic provided and will return an AsyncIterator binded to the RedisPubSub instance and listens to any event published on that topic. Now, the GraphQL engine knows that somethingChanged is a subscription, and every time we will use pubsub.publish over this topic, the RedisPubSub will PUBLISH the event over redis to all other subscribed instances and those in their turn will emit the event to GraphQL using the next callback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Manifold

    Manifold

    Fast batch message passing between nodes for Erlang/Elixir

    Erlang and Elixir make it very easy to send messages between processes even across the network, but there are a few pitfalls. Sending a message to many PIDs across the network also copies the message across the network many times. Send calls cost about 70 ยตs/op so doing them in a loop eventually gets too expensive. Manifold distributes the work of sending messages to the remote nodes of the PIDs, which guarantees that the sending processes at most only calls send/2 equal to the number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    gr-message_to_serial

    GNURADIO OOT block

    Block that receives a " message" and send string values over serial connection, to control hardware devices ( switch ), for example, via Arduino based controller ( see https://sourceforge.net/projects/ardu-switch/ ) Prerequisite: pyserial Build as usual for a Gnuradio block: - download and unpack - cd gr-message_to serial - mkdir build && cd build - cmake .. && make - sudo make install && ldconfig If successful this block is into OOT section... Enjoy ;-)
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminnyโ€™s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • 10
    Transporter

    Transporter

    Sync data between persistence engines, like ETL only not stodgy

    ... resources. Data is read from the sources, converted into a message format, and then send down to the sink where the message is converted into a writable format for its destination. The user can also create data transformations in JavaScript which can sit between the source and sink and manipulate or filter the message flow. Adaptors may be able to track changes as they happen in source data. This "tail" capability allows a Transporter to stay running and keep the sinks in sync.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Iperf 2

    Iperf 2

    A means to measure network responsiveness and throughput

    Iperf here is a means of measuring networks - capacity & latency (including ECN) over sockets both TCP and UDP. The goals include maintaining an active iperf code base across a broad set of platforms and operating systems. This is a multi-threaded design that scales with the number of CPUs or cores within a system. It supports both high impact and low impact techniques to obtain and report network performance. Current release: 2.2.0, April 10, 2024 (2.2.1 per coming soon) About...
    Leader badge
    Downloads: 15,796 This Week
    Last Update:
    See Project
  • 12
    BeeBEEP (Free Office Messenger)

    BeeBEEP (Free Office Messenger)

    You can message and share files inside your intranet without a server.

    BeeBEEP is a secure (encryption based on Rijndael Algorithm, AES) peer to peer office messenger. You can talk and send files with all your colleagues inside a local area network such of an office, home or internet cafe without a server. BeeBEEP works also with VPNs. This serverless application is indispensable in all those places where privacy and security an essential requirement. For more info visit: https://www.beebeep.net
    Leader badge
    Downloads: 1,830 This Week
    Last Update:
    See Project
  • 13
    phpList

    phpList

    Powerful Open Source Email Marketing app with analytics & segmentation

    phpList delivers Open Source email marketing, including analytics, list segmentation, content personalisaton and bounce processing. Extensive technical features and a secure and stable codebase are the result of over 17 years of continuous development. Used in 95 countries, available in 20+ languages, and used to send 25 billion email campaigns last year. Deploy it with your own SMTP server, or get a free hosted account at http://phplist.com.
    Leader badge
    Downloads: 281 This Week
    Last Update:
    See Project
  • 14
    Qtractor

    Qtractor

    An Audio/MIDI multi-track sequencer

    Qtractor is an Audio/MIDI multi-track sequencer application written in C++ around the Qt framework. The target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI,
    Leader badge
    Downloads: 540 This Week
    Last Update:
    See Project
  • 15
    craxsrat-7.5-license

    craxsrat-7.5-license

    #craxsrat #craxs_rat #craxs #craxrat #craxsrat_license #craxsrat2024

    http://t.me/EVFLDEV http://craxsrat.biz Android phone remote control Applicable to all versions of Android ๐Ÿ“Œ New interface and logo ๐Ÿ“Œ New update for MIUI + ColorOS phones. Enabling background permissions is easier than ever ๐Ÿ“ŒAutomatic screen unlock: needs to be detected once ๐Ÿ“Œ Monitor selected applications ๐Ÿ“Œ Send notification to mobile phone ๐Ÿ“Œ Cut off internet access for any app ๐Ÿ“Œ Helps connections last longer Common Functions ๐Ÿ“ŒManager: Files, SMS...
    Leader badge
    Downloads: 292 This Week
    Last Update:
    See Project
  • 16
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming,...
    Leader badge
    Downloads: 421 This Week
    Last Update:
    See Project
  • 17
    Kalkun
    Kalkun is an open source web-based SMS (Short Message Service) manager. It uses Gammu SMSD (part of gammu family) as SMS gateway engine to deliver and retrieve messages from your phone/modem. Documentation is on the wiki: https://github.com/kalkun-sms/Kalkun/wiki Development and source code can be found on github: https://github.com/kalkun-sms/Kalkun/
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    mendelson OFTP2

    mendelson OFTP2

    Implementation of the OFTP2 protocol (RFC 5024)

    The mendelson OFTP2 is a JAVA-based open source OFTP2 solution. It contains a logging- and configuration GUI (SWING) and supports encryption, digital signatures, message compression, SSL, certificate exchange, message routing, mail notification
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 19

    Linpac

    Amateur Radio AX.25 chat and PBBS program using Linux's AX.25 stack

    A modular console-oriented amateur radio AX.25 keyboard to keyboard chat and PBBS program using Linux's AX.25 stack. Includes support for multiple concurrent connected sessions, a unconnected (UI) message screen, and an automated packet message client
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20

    libquickmail

    C library for sending e-mail (with attachments) from C/C++

    C library intended to give C/C++ developers a quick and easy way to send e-mail from their applications. Supports multiple To/Cc/Bcc recipients and multiple attachments without size limitation. For the actual SMTP communication either libcurl can be used or the built in SMTP support. The library can also be used to just create a multipart MIME message body. Also comes with a command line application (quickmail) for sending mails (mutiple attachments supported) from command line or scripts...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    MGB OpenSource Guestbook
    MGB is a free OpenSource Guestbook completely written in PHP, using JavaScript and a MySQL Database. Easy to use, flexible and customizable with templates to make it fit 100% to your homepage.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    ESP32 BLE Keyboard library

    ESP32 BLE Keyboard library

    Bluetooth LE Keyboard library for the ESP32

    This library allows you to make the ESP32 act as a Bluetooth Keyboard and control what it does. Compatible with Android. Compatible with Windows. Compatible with Linux. Compatible with MacOS X (not stable, some people have issues, doesn't work with old devices). Compatible with iOS (not stable, some people have issues, doesn't work with old devices). There is also Bluetooth-specific information that you can set (optional): Instead of BleKeyboard bleKeyboard; you can do BleKeyboard bleKeyboard...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    PyNuker

    PyNuker

    A stress testing tool written in python.

    PyNuker is a network stress testing tool written in python. Because it is written in python it should run equally well on any system that has Python version 3.x installed. It infinitely(until stopped) sends a string of text via a UDP packet to a target computer or network device in an effort to flood the target with so much useless traffic that it stops responding to valid requests. I digitally sign some files in my releases. If you'd like to verify those signatures, you can find my...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    AFKTool

    Never get kicked for being IDLE again by using AFKTool!

    Don't want to get kicked for being AFK again? With this software, you can easily deter that from happening by using our premade profiles or creating your own in the profile-settings folder. How This Works This program works by reading the contents of the currently selected profile (.INI) file. Then it uses the "Keyboard" library to control the current keyboard to use the information stored inside the file to move your in-game character. Donation Link If you're feeling generous send me...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    QuickBeat

    QuickBeat

    Fully Customizable Full-Fledged Audio Player Supporting Many Formats

    Full fledged music player and local library manager. Enjoy your media collection in one unified interface, have access to your local network, Deezer, Youtube-DL and Remote file, never miss information on your remote media via remote tags reading, tweak your music how you want using a variety of built-in audio effects and if that doesn't suit you, you can import your winamp plugins , immerse yourself with our selection of visualizers and if you get bored with them, import your winamp,...
    Downloads: 2 This Week
    Last Update:
    See Project