This script requires python3.7 or greater.
pip install bleak
pip install crcmod
python3 research_logger.py --scan
python3 research_logger.py --log a-log-file.log 00:11:22:33:44:55
| """ | |
| Setup steps: | |
| - Install protoc | |
| - git clone --depth 1 https://github.com/google/cel-spec.git | |
| - git clone --depth 1 https://github.com/googleapis/googleapis.git | |
| - protoc -Icel-spec/proto -Igoogleapis --python_out=. cel-spec/proto/cel/expr/*.proto cel-spec/proto/cel/expr/conformance/**/*.proto googleapis/google/rpc/status.proto | |
| """ | |
| import glob | |
| import os |
| import asyncio | |
| from bleak import BleakError | |
| import sys | |
| from bluetti_mqtt.bluetooth import (check_addresses, BluetoothClient, ParseError, BadConnectionError) | |
| async def monitor_device(address): | |
| devices = await check_addresses({address}) | |
| if len(devices) == 0: | |
| sys.exit('Could not find the given device to connect to') |
| require 'bigdecimal' | |
| require 'json' | |
| require 'mqtt' | |
| require 'prometheus_exporter' | |
| require 'prometheus_exporter/server' | |
| class MetricsServer | |
| def initialize(broker) | |
| @broker = broker |
This script requires python3.7 or greater.
pip install bleak
pip install crcmod
python3 research_logger.py --scan
python3 research_logger.py --log a-log-file.log 00:11:22:33:44:55
| { | |
| "variables": { | |
| "version": "2015-11-08" | |
| }, | |
| "builders": [ | |
| { | |
| "type": "amazon-ebs", | |
| "name": "amazon-ebs", | |
| "region": "us-east-1", | |
| "source_ami": "ami-ee146b84", |
| require 'typhoeus' | |
| require 'json' | |
| RAID_GROUP_COUNT = 500 | |
| RAID_GROUP_PASSWORD = 'pass' | |
| RAID_USER_COUNT = 8 | |
| HOST_NAME = 'parsec.chromedshark.com' | |
| =begin | |
| # Build raid groups |
| package { | |
| import flash.display.Sprite; | |
| import flash.net.registerClassAlias; | |
| import org.rackAMF.*; | |
| import flash.net.Socket; | |
| import flash.events.*; | |
| public class SocketTest extends Sprite { | |
| private var socket:Socket; |
| /* | |
| * Code is almost directly copied from firebug-http-observer.js in the Firebug | |
| * extension | |
| */ | |
| // Constants | |
| const CLASS_ID = Components.ID("{40004b06-77ac-41ef-be0a-cd910679b86e}"); | |
| const CLASS_NAME = "GTDInbox Gmail HTTP Observer Service"; | |
| const CONTRACT_ID = "@gtdinbox.com/glgmail-http-observer;1"; |