
Security News
npm Introduces minimumReleaseAge and Bulk OIDC Configuration
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.
accessi
Advanced tools
Library for Siemens Access-i MR Scanner Interface to integrate and control the MR Scanner.
Library for Siemens Access-i MR Scanner Interface to integrate and control the MR Scanner. Based on Version 1.1.2 for NX (Access-i Developer Guide)
This is the easiest way to use the install the library, if you do not need to modify it.
pip install accessi
The library is based on this document: Access-i Dev Guide NX V1.1.2
A sample test suite (tests.py) has been created which demonstrates basic Access-i usage.
The tests.py requires Access-i simulator to be running on the background, on the same local computer.
The tests.py demonstrates most of the implemented methods, as well as receiving images over websocket.
Here are some projects which have used this library:
name="UTwente",
start_date="20231102",
warn_date="20251002",
expire_date="20251102",
system_id="152379",
hash="uTwo2ohlQvMNHhfrzceCRzfRSLYDAw7zqojGjlP%2BCEmqPq1IxUoyx5hOGYbiO%2FEIyiaA4oFHFB2fwTctDbRWew%3D%3D",
informal_name="This name shows up on MR computer"
The Access-i in TechMed is running on this IP address:
10.89.184.9
Access-i Version: v1
Simulator IP:
127.0.0.1
Access-i Version: v2
In order to connect, the client must have the following networking settings:
Client IP: 192.168.182.20 (Maybe something else works too, have not tried)
Subnet: 255.255.255.0
Gateway: 192.168.182.1
DNS1: 192.168.182.1
To be able to use both, Access-i and WAN (external interent) at the same time, some configurations are necessary. These are only compatible with Windows for now.
Find out what is the interface number, which is connected to Access-i:
route print
Using the interface number, create a route:
route add 10.89.184.0 mask 255.255.255.0 192.168.182.20 if 8 -p
Here if 8 is the interface number in this particular case, -p means persistant so it will stay after reboot.
The majority of Access-i functionality is not yet implemented here, if you need more functionality, any additions are accepted.
FAQs
Library for Siemens Access-i MR Scanner Interface to integrate and control the MR Scanner.
We found that accessi 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
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.

Research
/Security News
Socket uncovered four malicious NuGet packages targeting ASP.NET apps, using a typosquatted dropper and localhost proxy to steal Identity data and backdoor apps.