fakeprinter VS notiflux

Compare fakeprinter vs notiflux and see what are their differences.

fakeprinter

AirPrint printer that reverse proxies into a real printer (by LittleLightLittleFire)

notiflux

notiflux - subscribe over WebSockets, publish over REST (by ikornaselur)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fakeprinter notiflux
1 1
0 4
- -
5.5 7.5
2 months ago 1 day ago
Go Rust
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fakeprinter

Posts with mentions or reviews of fakeprinter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-06.
  • Ask HN: What was an interesting project you started and finished over a weekend?
    34 projects | news.ycombinator.com | 6 Apr 2024
    The TXT records are based on the Bonjour Printing Spec [0] which list out which fields so it knows the type of the printer and it uses the SRV port to find the ipp port so it can contact the printer.

    Further investigation using rvictl (iOS packet sniffing) showed the IPP traffic, which is really http API. It is via this API that iOS determines what paper is supported from what tray.

    The path is then clear: create my own mDNS service that returns a printer on my own port, this IPP port acts as a reverse proxy to the real printer's IPP port, but it modifies the "media-col-ready" attribute to make iOS think A6 is loaded into the manual try.

    It was extremely painful, but it was done: https://github.com/LittleLightLittleFire/fakeprinter

notiflux

Posts with mentions or reviews of notiflux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-06.
  • Ask HN: What was an interesting project you started and finished over a weekend?
    34 projects | news.ycombinator.com | 6 Apr 2024
    It was actually couple of weeks ago, but a small project that took mostly just two days to put together and I'm pretty happy with how it turned out.

    Notiflux (https://github.com/ikornaselur/notiflux): a small WebSocket broadcast server, the idea being that clients connect with WebSocket (such as a website) and then any source can send a POST request to the API to broadcast messages, allowing for real-time functionality from servers that don't support WebSockets, or you might have multiple sources that each might broadcast messages.

    Auth is done by Notiflux having a public key and the sources have the corresponding private key, JWT tokens signed with the private key include topics and scope (subscribe or broadcast to the topics). Clients would auth with an API for example, get a JWT with maybe a 10 second expiry, use it to subscribe to the topics that the API would then broadcast to through Notiflux.

    It was an excuse as well to play with WebSocket in Rust and learn a little bit about the Actor Pattern.

    If I would continue I'd want to explore how well it scales, how much traffic it could handle and look into horizontal scaling, but I feel like it's complete enough as a toy project.

What are some alternatives?

When comparing fakeprinter and notiflux you can also consider the following projects:

Pingu - Pingu - 🐧 A nifty menubar app that... pings

recognize-anything-api - Dockerized FastAPI wrapper around the recognize-anything image recognition models

sleep-machine - An RP2040-based project for generating brown noise for sleeping

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured