-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Busybox version with more compiled features here! #4
Comments
@russinnes this seems to be exactly the same busybox as I posted in the repo (https://github.com/guino/Merkury720/blob/main/mmc/busybox?raw=true):
Maybe you were posted the wrong file ? |
Nope, although head scratching for the same md5. The applet functions are greatly expanded, load it up and have a look Original: This one: |
telnet is there a how to that you have close by hand how to login to the camera? |
@russinnes The output you provided for the 1st busybox is the one in the firmware not the one I posted on the repo which is the same one you posted:
|
@bcmans if you applied the hack correctly you can login to the camera with |
thanks I should have changed my question in how/what can i do with it. Will do a google about bussybox |
@bcmans you don't have to learn about busybox for anything. The purpose of telnet is to login to the camera and have full access to do whatever you need which in our case was more for editing the tuya_config.json file but I have made that unnecessary with the 'set' file and the latest custom.sh file I posted here: https://github.com/guino/Merkury720/tree/main/mmc -- the latest custom.sh also calls cleanup.cgi daily which I know is something you wanted. |
|
{using telnet} |
Here is an (almost entirely complete) compiled busybox for the armv5 arch. This can be a drop in replacement (after renaming), or leave it as is and run it's commands from telnet/script/etc by calling the binary (/mnt/mmc01/busybox-merkury [options] as needed. Provides much more functionality if you want to hack more together! Examples include, routing, ftpd, etc. I use it for FTP to retrieve images for permanent storage.
shell example: /mnt/mmc01/busybox-merkury tcpsvd -vE 0.0.0.0 21 /mnt/mmc01/busybox-merkury ftpd /mnt/mmc01
will serve /mnt/mmc01/ on all network interfaces
Attached;
busybox-merkury.zip
The text was updated successfully, but these errors were encountered: