
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Native C# SMA100B Microwave Signal Generator driver
, that fully follow the SCPI-tree structure of an instrument.
For example, the SCPI command:
SENSe:ROSCillator:SOURce INTernal
is represented as:
RsSmab.Sense.Roscillator.Source.Set(ReferenceSourceAenum.INTernal);
Supported instruments: SMA100B
The package is hosted here: https://www.nuget.org/packages/RsSmab/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Csharp/RsSmab_ScpiPackage
Installation of the packages (e.g. for a new project):
Tools -> NuGet Packet Manager -> Manage NuGet Packages for Solution...
.Package source
select nuget.org
.Browse
, in the search box enter RsSmab
. Select the found item.Install
button.*.nupkg
files there.Tools -> NuGet Packet Manager -> Manage NuGet Packages for Solution...
.Package source
control, click on the cog wheel icon.Local
and for the Source
navigate to your created folder.Package source
to your Local
.Browse
.After installing the NuGet package, it adds the RsSmab.dll
reference to your project.
Use the intellisense to navigate the package's API, or find the examples here:
https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Csharp/RsSmab_ScpiPackage
If you wish to use the plain SCPI commands, the driver offers Utility Interface:
RsSmab.Utilities.WriteString()
RsSmab.Utilities.QueryString()
RsSmab.Utilities.QueryBoolean()
RsSmab.Utilities.QueryInteger()
RsSmab.Utilities.QueryFloat()
RsSmab.Utilities.Binary.QueryData()
...and many more
The Utilities interface is also available as a separate modul:
NuGet package RsInstrument
: https://www.nuget.org/packages?q=RsInstrument
Latest release notes summary
: Fixed all commands 'Pattern' variables from lists to raw scalar strings.
FAQs
SMA100B Microwave Signal Generator Remote-Control Module
We found that rssmab demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.