AndBondStyle / niimprint

Python library for Niimbot label printers. Supports D11/B21/B1 via bluetooth or USB.
MIT License
215 stars 31 forks source link

Question: Does it connect to server or is it all local? #22

Closed The-Young-Maker closed 6 months ago

The-Young-Maker commented 6 months ago

Hi, I heard that these Niimbot printers were connected to a chineese server when printing from their app (to restrict access and all that sh*t). Is it still true when using this project or is it all local?

TheZoc commented 6 months ago

From what I saw from their original Windows application, there is indeed a URL for a couple of REST servers, and they might use it to print.

If you decide to use this python project (or one of its forks), everything is done local through RS232

The-Young-Maker commented 6 months ago

Thanks for the info!