Commit Graph

591 Commits

Author SHA1 Message Date
gtxaspec
e16bc13a68 add firmware spoofing 2024-09-14 15:33:52 -07:00
sideup66
b2d6a38349 Update S09dnsmasq
small delay, noticed that somtimes on startup the resolv.conf doesnt  copy right...
2024-09-14 15:18:25 -07:00
sideup66
fd3ccd6ffe Update S09dnsmasq
Added logic to use the newly included dnsmasq process from Wyze on newer firmwares. First, the script will detect the newer dnsmasq process if present and kill it, next, it will determine if the newer dnsmasq binary IS present and start dnsmasq back up using our config from wz_mini. If not, it will simply launch wz_mini's build of dnsmasq. This effectively fixes the script for newer versions of the Wyze firmware.
2024-09-14 15:18:25 -07:00
jaws35smith
87c9223b25 Update compile_image.sh
Corrected MD5 checksum values to match .zip files instead of .bin files found inside the .zip files.
2024-05-27 20:50:51 -07:00
archandanime
7cc2481933 Chmod dufs 2024-02-24 00:14:44 -08:00
archandanime
05c9011d7d Update dufs to v0.39.0
Binary source: https://github.com/archandanime/dufs/releases/tag/v0.39.0
2024-02-24 00:12:56 -08:00
archandanime
9ffde98d9e Update wz_mini.conf.dist 2024-02-24 00:12:56 -08:00
archandanime
7f00071c2c Update README.md 2024-02-24 00:12:56 -08:00
archandanime
f4373856cc Support dufs fileserver 2024-02-24 00:12:56 -08:00
Peter Zich
1e1383a78f When compiling, copy demo.zip instead of moving 2024-02-24 00:12:22 -08:00
Peter Zich
5c753399e5 Add md5sum tools check 2024-02-24 00:12:05 -08:00
virmaior
ab65428638 Update shared.cgi to determine time zone by latest file 2024-02-24 00:11:24 -08:00
virmaior
84e63535fd Update status.cgi - reduce /configs use and split TZ 2024-02-24 00:11:24 -08:00
virmaior
255e672603 Update shared.cgi to reduce /configs interaction 2024-02-24 00:11:24 -08:00
virmaior
8cc7f59184 Rename car.html to index.html 2024-02-24 00:11:24 -08:00
virmaior
f772b5b46f Update S10httpd 2024-02-24 00:11:24 -08:00
archandanime
dfead1a591 Update file.chk 2024-01-09 20:56:52 -08:00
archandanime
1d38bf61b8 Update app.ver 2024-01-09 20:56:52 -08:00
archandanime
e3ddd4952e Uncompress go2rtc 2024-01-09 20:56:52 -08:00
archandanime
1c1f06e66e Add htop binary 2024-01-09 00:15:25 -08:00
gtxaspec
88dd459d59 add build date on login, #688 2024-01-01 21:30:57 -08:00
archandanime
e49c5b08b0 Update file.chk 2024-01-01 20:28:57 -08:00
archandanime
a07921912f Add SFTP support 2024-01-01 20:28:03 -08:00
gtxaspec
560cdec514 go2rtc: update to 1.8.5 2024-01-01 19:11:04 -08:00
Simon Sickle
c5f5cf125c Update go2rtc.yml 2023-12-31 00:44:15 -08:00
Simon Sickle
9aa61a537d Update go2rtc.yml 2023-12-31 00:37:58 -08:00
Simon Sickle
aa9ffa39f6 Add 360/1080 mjpeg streams for octoprint
Octoprint requires mjpeg streams still and the rtsp streams don't contain the mjpeg codec. To work around this, go2rtc can consume the jpeg URL from the localhost and rebroadcast the jpegs as a mjpeg stream.
2023-12-31 00:37:58 -08:00
gtxaspec
07c7f29b0e go2rtc: update to 1.8.4 2023-11-19 23:59:39 -08:00
virmaior
a9c102d3b8 Update S10httpd
remove erroneous link
2023-10-25 00:54:03 -07:00
virmaior
f99c1f2090 Update S10httpd
fix message not displaying when no config set
2023-10-25 00:53:19 -07:00
virmaior
65512964d9 Update index.top.html
fix typo
2023-10-25 00:53:19 -07:00
gtxaspec
ea3a6b80d2 update go2rtc version 2023-10-15 00:17:16 -07:00
gtxaspec
6aaaf17c0b fix go2rtc.yaml backup/restore on upgrade 2023-10-14 17:37:29 -07:00
gtxaspec
0a343df7d5 update go2rtc to latest master 2023-10-13 16:58:27 -07:00
virmaior
348ddac0ca improve status.cgi and multicam tool (#627)
* add irled and night mode testing to status.cgi

* move multicam / update code to show night/day mode

* Create index.js

* Create index.css

* Update S10httpd to reflect move of multicam

* Update index.js

fix broken timer issue (would incorrectly calculate necessary update frequency).
2023-09-30 11:46:33 -07:00
gtxaspec
4719cb5634 fix duplicate S10httpd 2023-09-26 01:38:25 -07:00
gtxaspec
6cda362ee8 convert all wz_mini sounds to raw pcm 2023-09-25 17:05:44 -07:00
gtxaspec
f23672b639 update checksum 2023-09-24 19:38:05 -07:00
virmaior
a91b20a959
make clearer why base page is not populating / add check recording (#624)
* add ability to check if last minute recorded to SD

* improve composition of web root

* add multicam to list of options in s10httpd

* make cgi-bin and sh functional / improve logic
2023-09-24 19:36:42 -07:00
gtxaspec
c4c10e65cd S17motor: add startup motor position. Thanks @Grntrenchman 2023-09-20 16:19:10 -07:00
gtxaspec
1a1cd03a64 rc.common: add sleep to wait_for_icamera function, fixes S18fps 2023-09-19 16:44:39 -07:00
gtxaspec
930cbe2e9d init: add S00config, validate and repair invalid line endings in wz_mini.conf 2023-09-19 15:58:48 -07:00
gtxaspec
5d3ac1aebe go2rtc: update to latest master, upx 2023-09-17 19:46:11 -07:00
87435
f65b076aa2
Fixed message when wyze_config_backup exists (#592) 2023-09-17 19:44:37 -07:00
virmaior
d9c2c160b1
Update S10httpd (#614)
fix path error in pages
2023-09-17 19:43:45 -07:00
gtxaspec
27ed74c42f update checksum 2023-09-13 22:33:33 -07:00
jaws35smith
67e728e086
Update compile_image.sh (#610)
Updated compile script to also look for 4.10.94.1433, 4.10.9.1472, 4.10.9.1574, and 4.10.9.1851 firmware versions for the pan v1.
2023-09-13 22:31:33 -07:00
virmaior
a8b70cf19d
pull request to display go2rtc when it is active in the webserver (#606)
* improve index.html for wz_mini webserver

* shared top for dynamically generated base index

* base documentation for go2rtc in webserver

It seems like there should be more but I didn't immediately see any...
2023-09-13 22:30:43 -07:00
gtxaspec
3e7a24f68e README formatting 2023-08-25 02:21:43 -07:00
gtxaspec
c4df39adb4 Update readme 2023-08-25 02:17:27 -07:00