Skip to content

Instantly share code, notes, and snippets.

@shun159
shun159 / bridge.erl
Last active November 26, 2019 13:24
内容はテキトーなんで許してちょんまげ
-module(bridge).
-export([start/2]).
-define(SIOCGIFINDEX, 16#8933).
-define(ETH_P_ALL, 16#0300).
start(Iface1, Iface2) ->
S1 = bind(Iface1),
S2 = bind(Iface2),
@lyokato
lyokato / lyokato_profile.md
Last active October 21, 2019 01:24
lyokato_profile

名前

加藤亮(かとうりょう)

近況

2016年からはフリーランスとして働いています。

仕事の内容などは以下の略歴を参照して下さい。

@voluntas
voluntas / webrtc_simulcast.rst
Last active November 1, 2023 10:22
WebRTC Simulcast コトハジメ
@voluntas
voluntas / saikyo.rst
Last active September 13, 2023 02:33
ぼくのかんがえたさいきょうの超低遅延大規模配信

ぼくのかんがえたさいきょうの超低遅延大規模配信

更新:2018-08-20
作者:@voluntas
バージョン:18.8.3
URL:https://voluntas.github.io/
@voluntas
voluntas / webrtc_sfu_dev.rst
Last active May 27, 2024 09:53
WebRTC SFU コトハジメ

WebRTC SFU コトハジメ

日時:2023-12-03
作:voluntas
バージョン:2023.1
url:https://voluntas.github.io

この記事が良いと思ったらこの記事に Star をお願いします

@voluntas
voluntas / webrtc.rst
Last active June 17, 2024 02:31
WebRTC コトハジメ