
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
A small tool to easily send data (files, clipboard) between computers with 0 config, just using audio and mic.
A small tool to easily send data (files, clipboard) between computers with 0 config, just using audio and mic.
On Ubuntu, install it by running:
.. code::
sudo apt install portaudio19-dev libffi-dev libsndfile1 xclip
pip3 install grillomodem --user
.. code::
machine1> grillo listen
machine2> grillo text "hello world!"
After hearing some hight pitched sounds, machine1 should print:
.. code::
machine1> grillo listen
Received text:
hello world!
You can also send files:
.. code::
machine2> grillo file /path/to/a_file.txt
Or even update machine1's clipboard with machine2's clipboard contents:
.. code::
machine2> grillo clipboard
This will work with contents of less than 8KB, and the bandwith is fairly low, around 52bps. So use it to send small files (configs, etc), texts (like commands, an email, an url, etc), or copied text from the clipboard. Don't try to send stuff like a video :)
You can also use Grillo from your own Python programs, like this:
.. code:: python
from grillo import Grillo
g = Grillo()
g.send_text("hello world")
In the default mode, Grillo will use an ACK message to request any packets of a message that haven't been successfully received.
This helps working in noisy environments. If you are super confident in your quiet environment, or your receiver can't emit
sounds, you can use --brave
to disable that feature.
FAQs
A small tool to easily send data (files, clipboard) between computers with 0 config, just using audio and mic.
We found that GrilloModem demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.