Skip to content

Instantly share code, notes, and snippets.

@djgrasss
djgrasss / brandmeister_to_1801.py
Created April 21, 2020 16:22 — forked from michalrud/brandmeister_to_1801.py
Converters for Baofeng 1801 programming software
#!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
"""
@djgrasss
djgrasss / Guide.md
Created August 19, 2019 00:33
Installing the RCS Masternode, console and networking injector.

Installing the RCS Masternode, console and networking injector.

In this part we will be installing the complete Galileo RCS MasterNode.

Disclaimer

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.

@djgrasss
djgrasss / gist:ad329bb78e9928edc13fcb15a654e1a4
Created April 23, 2017 03:39 — forked from gyaresu/gist:d095cefae8a2869cc6ef11567e4a27fb
rfcat config - GFSK, Manchester encoded
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)
@djgrasss
djgrasss / cc1101oregon.ino
Created March 23, 2017 01:34 — forked from gabonator/cc1101oregon.ino
Oregon scientific WMR sniffing with CC1101 transceiver using arduino
#include "cc1101.h"
class C1101Receiver : public CC1101
{
enum
{
SS = 10,
MOSI = 11,
MISO = 12,
SCK = 13,
@djgrasss
djgrasss / camera.md
Created March 23, 2017 01:33 — forked from gabonator/camera.md
Cheap chinese IP camera with H264 encoding based on Hisilicon 8M (Hi3518E) chip

Cheap chinese IP camera with H264 encoding based on Hisilicon 8M (Hi3518E) chip

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
@djgrasss
djgrasss / password.txt
Created March 23, 2017 01:32 — forked from gabonator/password.txt
HiSilicon IP camera root passwords
Login Password
root xmhdipc
root klv123
root xc3511
root 123456
root jvbzd
default OxhlwSG8
defaul tlJwpbo6
defaul S2fGqNFs
root hi3518
@djgrasss
djgrasss / .gitignore
Last active August 29, 2015 14:22 — forked from netj/.gitignore
.DS_Store
.*.sw?
/*,*_*_*.dmg
/Hamchorom-LVT.zip*
/HCRDotum.bundle/files/*
<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');
@djgrasss
djgrasss / Install_tmux
Last active August 29, 2015 14:10 — forked from simme/Install_tmux
# First install tmux
brew install tmux
# For mouse support (for switching panes and windows)
# Only needed if you are using Terminal.app (iTerm has mouse support)
Install http://www.culater.net/software/SIMBL/SIMBL.php
Then install https://bitheap.org/mouseterm/
# More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/
sudo apt-get update
sudo apt-get install build-essential git\
cmake python-dev cython swig \
libusb-1.0 \
automake autoconf libtool \
libgnutls-dev libglib2.0-dev libxml2-dev libreadline-dev
echo "Building libplist..."
git clone http://cgit.sukimashita.com/libplist.git/