Skip to content

Instantly share code, notes, and snippets.

View youyi218's full-sized avatar

Yi You youyi218

View GitHub Profile
@facsiaginsa
facsiaginsa / jitsi-octo-configuration.md
Last active July 22, 2024 13:10
This is tutorial to configure octo feature on jitsi.

How to Configure OCTO in Jitsi-Meet

This is tutorial to configure octo feature on jitsi.

Prerequisite

  1. jitsi-meet installed
  2. jitsi-videobridge2 installed if you want to see how to install both of them, you can chack this tutorial: https://gist.github.com/facsiaginsa/2b9f9dbd92c27642a44a8e49493f662f

Concept

The concept of the octo is user connect to the nearest JVB which is defined by region on the client and videobridge. This is also valid if we use octo just for splitting jvb load. In this tutorial, we will configure octo for splitting jvb load only. To simulate this, we need a topology like this (this is just an example):

@castis
castis / bluetoothctl.py
Last active July 2, 2024 01:00 — forked from egorf/bluetoothctl.py
Bluetoothctl wrapper in Python
# Based on ReachView code from Egor Fedorov (egor.fedorov@emlid.com)
# Updated for Python 3.6.8 on a Raspberry Pi
import time
import pexpect
import subprocess
import sys
import logging
@kuc-arc-f
kuc-arc-f / uart_echo_example_main.c
Created May 24, 2017 04:06
esp32, UART sample (UART2)
/* Uart Events Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
#include <stdio.h>
#include <string.h>
@egorf
egorf / bluetoothctl.py
Created March 22, 2016 10:30
Bluetoothctl wrapper in Python
# ReachView code is placed under the GPL license.
# Written by Egor Fedorov (egor.fedorov@emlid.com)
# Copyright (c) 2015, Emlid Limited
# All rights reserved.
# If you are interested in using ReachView code as a part of a
# closed source project, please contact Emlid Limited (info@emlid.com).
# This file is part of ReachView.