sonar VS moonraker-timelapse

Compare sonar vs moonraker-timelapse and see what are their differences.

sonar

Sonar is a small Keepalive daemon for MainsailOS. (by mainsail-crew)

moonraker-timelapse

Timelapse Plugin for moonraker (by mainsail-crew)
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
sonar moonraker-timelapse
13 36
60 318
- 4.1%
3.4 3.9
about 1 month ago 3 months ago
Shell Python
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

sonar

Posts with mentions or reviews of sonar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • Moonraker Updater Error on BTT M5P/CB1
    6 projects | /r/klippers | 29 Jun 2023
    [server] host: 0.0.0.0 port: 7125 klippy_uds_address: /home/biqu/printer_data/comms/klippy.sock [authorization] trusted_clients: 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 FE80::/10 ::1/128 cors_domains: *.lan *.local *://localhost *://localhost:* *://my.mainsail.xyz *://app.fluidd.xyz [octoprint_compat] [history] [update_manager] channel: dev refresh_interval: 168 [update_manager mainsail-config] type: git_repo primary_branch: master path: ~/mainsail-config origin: https://github.com/mainsail-crew/mainsail-config.git managed_services: klipper [update_manager mainsail] type: web channel: stable repo: mainsail-crew/mainsail path: ~/mainsail [update_manager crowsnest] type: git_repo path: ~/crowsnest origin: https://github.com/mainsail-crew/crowsnest.git install_script: tools/install.sh # Sonar update_manager entry [update_manager sonar] type: git_repo path: ~/sonar origin: https://github.com/mainsail-crew/sonar.git primary_branch: main managed_services: sonar install_script: tools/install.sh [update_manager timelapse] type: git_repo primary_branch: main path: ~/moonraker-timelapse origin: https://github.com/mainsail-crew/moonraker-timelapse.git managed_services: klipper moonraker [update_manager KlipperScreen] type: git_repo path: ~/KlipperScreen origin: https://github.com/jordanruthe/KlipperScreen.git env: ~/.KlipperScreen-env/bin/python requirements: scripts/KlipperScreen-requirements.txt install_script: scripts/KlipperScreen-install.sh managed_services: KlipperScreen
  • Is a pi3b sufficient?
    2 projects | /r/VORONDesign | 26 May 2023
    Mainsail has a daemon tool to help fix the issue after which I used seemed to make thing much better… it’s called sonar https://github.com/mainsail-crew/sonar
  • FLSun Speeder Pad NIC performance is awful. My wireless router is 3 feet from the Speeder Pad, and my desktop is 6 feet from Router. Ran a ping to google (2.2% packet loss, avg 3.389ms) and the speeder pad (50.3% packet loss, average 600ms avg) - So it's faster to get to google than 6ft to speeder.
    1 project | /r/FLSUNDelta | 10 Apr 2023
    I actually used sonar (https://github.com/mainsail-crew/sonar) and have not been disconnected for days... Kinda a hacky way to do it, but it works.
  • Putty and Mainsail Issues
    1 project | /r/klippers | 4 Apr 2023
    Set up Sonar, it will keep your wifi connection active so this doesn't happen.
  • Unable to connect to klipper/mainsail
    1 project | /r/klippers | 14 Mar 2023
    Sonar
  • can't see webcam on mainsail.
    4 projects | /r/klippers | 6 Mar 2023
    [server] host: 0.0.0.0 port: 7125 # The maximum size allowed for a file upload (in MiB). Default 1024 MiB max_upload_size: 1024 # Path to klippy Unix Domain Socket klippy_uds_address: ~/printer_data/comms/klippy.sock [file_manager] # post processing for object cancel. Not recommended for low resource SBCs such as a Pi Zero. Default False enable_object_processing: False [authorization] cors_domains: https://my.mainsail.xyz http://my.mainsail.xyz http://*.local http://*.lan trusted_clients: 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 FE80::/10 ::1/128 # enables partial support of Octoprint API [octoprint_compat] # enables moonraker to track and store print history. [history] # this enables moonraker announcements for mainsail [announcements] subscriptions: mainsail # this enables moonraker's update manager [update_manager] refresh_interval: 168 enable_auto_refresh: True [update_manager mainsail] type: web channel: stable repo: mainsail-crew/mainsail path: ~/mainsail [update_manager mainsail-config] type: git_repo primary_branch: master path: ~/mainsail-config origin: https://github.com/mainsail-crew/mainsail-config.git managed_services: klipper ### moonraker-timelapse ### Don't forget to include timelapse.cfg to your printer.cfg ### Uncomment to enable moonraker-timelapse #[update_manager timelapse] #type: git_repo #primary_branch: main #path: ~/moonraker-timelapse #origin: https://github.com/mainsail-crew/moonraker-timelapse.git #managed_services: klipper moonraker #[timelapse] ### Directory where the generated video will be saved #output_path: ~/timelapse/ ### Directory where ffmpeg is installed #ffmpeg_binary_path: /usr/bin/ffmpeg # Crowsnest update_manager entry [update_manager crowsnest] type: git_repo path: ~/crowsnest origin: https://github.com/mainsail-crew/crowsnest.git managed_services: crowsnest install_script: tools/install.sh # Sonar update_manager entry [update_manager sonar] type: git_repo path: ~/sonar origin: https://github.com/mainsail-crew/sonar.git primary_branch: main managed_services: sonar install_script: tools/install.sh [update_manager timelapse] type: git_repo primary_branch: main path: ~/moonraker-timelapse origin: https://github.com/mainsail-crew/moonraker-timelapse.git managed_services: klipper moonraker [timelapse] ## Following basic configuration is default to most images and don't need ## to be changed in most scenarios. Only uncomment and change it if your ## Image differ from standart installations. In most common scenarios ## a User only need [timelapse] in there configuration. #output_path: ~/timelapse/ ## Directory where the generated video will be saved #frame_path: /tmp/timelapse/ ## Directory where the temporary frames are saved #ffmpeg_binary_path: /usr/bin/ffmpeg ## Directory where ffmpeg is installed
  • Can't for the life of me get my 2.4 to connect right now
    4 projects | /r/VORONDesign | 1 Mar 2023
  • Tried to H2 my hurakan and now it's FUCKED
    3 projects | /r/BIGTREETECH | 12 Feb 2023
    Unparsed config option 'origin: https://github.com/mainsail-crew/sonar.git' detected in section [update_manager sonar]. This may be an option no longer available or could be the result of a module that failed to load. In the future this will result in a startup error.
  • Continued connection problems
    1 project | /r/klippers | 4 Feb 2023
    Otherwise, you can use a tool like Sonar to keep the wifi connection alive.
  • Raspberry pi 4 frequent WiFi disconnect
    1 project | /r/VORONDesign | 26 Dec 2022

moonraker-timelapse

Posts with mentions or reviews of moonraker-timelapse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • How to add config for timeplase
    1 project | /r/Sovol | 12 Jul 2023
    Is Moonraker (https://github.com/mainsail-crew/moonraker-timelapse/) installed? If not, then SSH into your machine and install that: https://github.com/mainsail-crew/moonraker-timelapse/blob/main/docs/installation.md.
  • Klipper performance on Pi 3 Model B 1GB vs Pi 4 Model B 8GB?
    1 project | /r/klippers | 30 Jun 2023
    Yes, the timelapse plugin I use (https://github.com/mainsail-crew/moonraker-timelapse/tree/main) produces videos exactly like those you see all over YT.
  • Klipper + octoprint = ???
    2 projects | /r/klippers | 29 Jun 2023
    Because Fluidd/Mainsail are much more modern (and lightweight, though as you said that may not matter to most). Most of Octoprint's plugins have alternatives such as Moonraker Timelapse. Performance-wise OctoPrint may be ok, but it just feels old and clunky. Also Fluidd/Mainsail are much more mobile friendly
  • Moonraker Updater Error on BTT M5P/CB1
    6 projects | /r/klippers | 29 Jun 2023
    [server] host: 0.0.0.0 port: 7125 klippy_uds_address: /home/biqu/printer_data/comms/klippy.sock [authorization] trusted_clients: 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 FE80::/10 ::1/128 cors_domains: *.lan *.local *://localhost *://localhost:* *://my.mainsail.xyz *://app.fluidd.xyz [octoprint_compat] [history] [update_manager] channel: dev refresh_interval: 168 [update_manager mainsail-config] type: git_repo primary_branch: master path: ~/mainsail-config origin: https://github.com/mainsail-crew/mainsail-config.git managed_services: klipper [update_manager mainsail] type: web channel: stable repo: mainsail-crew/mainsail path: ~/mainsail [update_manager crowsnest] type: git_repo path: ~/crowsnest origin: https://github.com/mainsail-crew/crowsnest.git install_script: tools/install.sh # Sonar update_manager entry [update_manager sonar] type: git_repo path: ~/sonar origin: https://github.com/mainsail-crew/sonar.git primary_branch: main managed_services: sonar install_script: tools/install.sh [update_manager timelapse] type: git_repo primary_branch: main path: ~/moonraker-timelapse origin: https://github.com/mainsail-crew/moonraker-timelapse.git managed_services: klipper moonraker [update_manager KlipperScreen] type: git_repo path: ~/KlipperScreen origin: https://github.com/jordanruthe/KlipperScreen.git env: ~/.KlipperScreen-env/bin/python requirements: scripts/KlipperScreen-requirements.txt install_script: scripts/KlipperScreen-install.sh managed_services: KlipperScreen
  • GitHub - avxmw/creality_k1_fw: Tracks firmware for Creality K1 series 3D printers
    4 projects | /r/crealityk1 | 27 Jun 2023
    If you are talking about this: https://github.com/mainsail-crew/moonraker-timelapse/tree/main it should work, at least chechbashisms doesn't find problems with the only two scripts (install, uninstall) I found in this repo.
  • Print items from LCD menu
    2 projects | /r/klippers | 30 May 2023
    Most Klipper users are using moonraker-based UI's like Mainsail or Fluidd (and moonraker-timelapse for timelapse)
  • Help? Pi camera troubles - Fresh install of Moonraker/Mainsail
    1 project | /r/klippers | 28 May 2023
    This is what helped me get setup, don't forget to look at the section that says to install ffmpeg, this is for time lapse but it does say how to setup the pi cam https://github.com/mainsail-crew/moonraker-timelapse/blob/main/docs/installation.md
  • Timelapse on mainsail
    1 project | /r/klippers | 5 Apr 2023
    Have you tried this?
  • Klipper and timelapse - going crazy, please help!
    1 project | /r/3Dprinting | 2 Apr 2023
    I'm using Klipper with an Ender 3 S1 Pro. I added https://github.com/mainsail-crew/moonraker-timelapse and was prepared to make award winning awesome videos of all my incredible prints, so I could share them here and make you all jealous.
  • Could i get some help on the meaning of this notification and an easy step by step resolution?
    1 project | /r/klippers | 22 Mar 2023
    [update_manager timelapse] type: git_repo primary_branch: main path: ~/moonraker-timelapse origin: https://github.com/mainsail-crew/moonraker-timelapse.git managed_services: klipper moonraker

What are some alternatives?

When comparing sonar and moonraker-timelapse you can also consider the following projects:

KlipperScreen - GUI for Klipper

crowsnest - Webcam Service for multiple Cams

Klipper-Adaptive-Meshing-Purging - A unique leveling solution for Klipper-enabled 3D printers!

moonraker-telegram - A Script/Programm to send the printer State before, during and after a print via Telegram Messenger. But its only Working with moonraker

moonraker-telegram-bot - Telegram bot to interact with Moonraker (Klipper Web API Server)

mainsail-config - Mainsail klipper macros and settings

kiauh - Klipper Installation And Update Helper

klipper - Klipper is a 3d-printer firmware

klipper-led_effect - LED effects plugin for klipper