![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
This is a library to provide support for Mono X Printers.
the uart-wifi library can be downloaded from PyPI. It contains required python tools for communicating with MonoX Printers. To install, simply install Python, then type pip install uart-wifi
. After which, you can create fake printers and communicate with them.
A command line script to gather information from the Mono X printer. This is tested working on the Anycubic Mono X 6k and should work on any Mono X or Mono SE printer.
Usage: monox.py -i <ip address> -c <command>
args:
-i [--ipaddress=] - The IP address which your Anycubic Mono X can be reached
-c [--command=] - The command to send.
Commands may be used one-at-a-time. Only one command may be sent and it is expected to be in the format below.
Command: getstatus - Returns a list of printer statuses.
Command: getfile - returns a list of files in format <internal name>: <file name>. When referring to the file via command, use the <internal name>.
Command: sysinfo - returns Model, Firmware version, Serial Number, and wifi network.
Command: getwifi - displays the current wifi network name.
Command: gopause - pauses the current print.
Command: goresume - ends the current print.
Command: gostop,end - stops the current print.
Command: delfile,<internal name>,end - deletes a file.
Command: gethistory,end - gets the history and print settings
of previous prints.
Command: delhistory,end - deletes printing history.
Command: goprint,<internal name>,end - Starts a print of the
requested file
Command: getPreview1,<internal name>,end - returns a list of dimensions used for the print.
A command line script to simulate a MonoX 3D printer for testing purposes. You can simulate a fleet of Mono X 3D printers!
Usage: fake_printer.py -i <ip address> -c <command>
args:
[-i, [--ipaddress=]] - The IP address which to acknowledge requests. This defaults to any or 0.0.0.0.
[-p [--port=]] - The port to listen on. This defaults to 6000.
FAQs
Interface for Anycubic Mono X and similar printers.
We found that uart-wifi 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.