
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
EScope running in “demo” mode on Linux without a DAQ card:
ESpark running on Windows:
EScope can display traces from up to eight analog inputs simultaneously, optionally using one of them as a trigger input. As on physical digital storage oscilloscopes, input signals can be DC or AC coupled. The vertical gain and offset can be adjusted by dragging corresponding user interface elements.
EScope can continuously stream acquired data to disk. Alternatively, individually acquired single sweeps can be saved. A Python module is included to conveniently load saved data for further analyis.
ESpark can output a variety of pulse waveforms either singly or in programmable trains. Up to four analog or digital channels can be driven concurrently. The software displays previews of the signals to be generated making it particularly easy for students to design complex stimuli.
EScope and ESpark are compatible with most National Instruments multifunction data acquisition boards and does not require a LabView license. The software has been tested on both Windows and Linux. It will likely work on MacOS as well.
Important caveat: National Instruments only fully supports a shockingly small number of their cards on Linux. (Many are supported only with “software timing”, which is completely useless.) If they do not properly support yours, the best I can suggest is that you loudly demand your money back.
To use with NI hardware, you first need to install the NIDAQmx software. This is not necessary on computers where you only wish to analyze data you acquired on another computer.
Installation is as easy as
pip install escope
To run the software, open a terminal and type either
escope
or
espark
In Windows, after you run the software in this fashion once, you should be able to run it from the start menu as well. (If you know of a way to make “pip” create a start menu entry, please contact me or open an Issue.)
EScope includes a jupyter notebook showing how to load the data it saves. You can also open it in colab.
Full documentation is at readthedocs.io.
EScope and ESpark are licensed under the GPL license, version 3 or—at your choice—any later version. See LICENSE for more information.
FAQs
A software oscilloscope for electrophysiology
We found that escope 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.