Video stream url for VLC/DVR:
- rtsp://192.168.1.93:554/user=admin&password=&channel=&stream=.sdp?real_stream--rtp-caching=100
Telnet access
- telnet 192.168.1.10 23
- Localhost login: root
- Password: xmhdipc
| <xmlui> | |
| <script><![CDATA[function enableNextButton(){ | |
| var fieldPassword = xmlui.getFieldValue('password'); | |
| if (fieldPassword && fieldPassword.length >= 3) | |
| return true; | |
| return false; | |
| } | |
| function validateForm() { | |
| var fieldLogin = xmlui.getFieldValue('login'); | |
| var fieldPassword = xmlui.getFieldValue('password'); |
| .DS_Store | |
| .*.sw? | |
| /*,*_*_*.dmg | |
| /Hamchorom-LVT.zip* | |
| /HCRDotum.bundle/files/* |
| Login Password | |
| root xmhdipc | |
| root klv123 | |
| root xc3511 | |
| root 123456 | |
| root jvbzd | |
| default OxhlwSG8 | |
| defaul tlJwpbo6 | |
| defaul S2fGqNFs | |
| root hi3518 |
| #include "cc1101.h" | |
| class C1101Receiver : public CC1101 | |
| { | |
| enum | |
| { | |
| SS = 10, | |
| MOSI = 11, | |
| MISO = 12, | |
| SCK = 13, |
| YardStick One: | |
| In [19]: print(conf) | |
| 00000000 (62) RadioConfig: RadioConfig | |
| 00000000 (01) sync1: 0x000000ee (238) | |
| 00000001 (01) sync0: 0x000000ee (238) | |
| 00000002 (01) pktlen: 0x0000003d (61) | |
| 00000003 (01) pktctrl1: 0x00000001 (1) | |
| 00000004 (01) pktctrl0: 0x00000005 (5) | |
| 00000005 (01) addr: 0x000000db (219) |
In this part we will be installing the complete Galileo RCS MasterNode.
I am not responsible for any actions you may take while using this software. You should already have knowledge about computers and you should know what you are doing. Educational purposes only.
So please don't run it on your physical machine lol.
| #!python | |
| """ | |
| Converts BrandMeister's CSV contact export to what Baofeng 1801 | |
| programming software expects. | |
| Also does some filtration to get the number of contacts under 1024. | |
| Baofeng seems not to handle more than that. | |
| Contact list can be downloaded from: https://brandmeister.network/?page=contactsexport | |
| """ |