Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Airplay
Search
elcuervo
September 14, 2023
Technology
0
360
Airplay
elcuervo
September 14, 2023
Tweet
Share
More Decks by elcuervo
See All by elcuervo
Quince Primaveras
elcuervo
0
230
Apocalipsis
elcuervo
0
130
RadioFrequencia
elcuervo
0
100
TED: Cronicas de un hacker
elcuervo
0
110
Hackeando el STM
elcuervo
1
350
Teo y los contenedores
elcuervo
0
100
Objetos Encantados
elcuervo
0
140
Skynet son los padres
elcuervo
2
410
Break the rules
elcuervo
1
2.7k
Other Decks in Technology
See All in Technology
テストを実施する前に考えるべきテストの話 / Thinking About Testing Before You Test
nihonbuson
PRO
15
2.1k
Java で学ぶ 代数的データ型
ysknsid25
1
860
KMP導⼊において、マネジャーとして考えた事
sansantech
PRO
1
210
組織とセキュリティ文化と、自分の一歩
maimyyym
3
1.2k
GigaViewerにおけるMackerel APM導入の裏側
7474
0
460
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
17k
ITエンジニアを取り巻く環境とキャリアパス / A career path for Japanese IT engineers
takatama
4
1.5k
Data Hubグループ 紹介資料
sansan33
PRO
0
1.8k
OSMnx Galleryの紹介
mopinfish
0
150
AIの電力問題を概観する
rmaruy
1
220
NW運用の工夫と発明
recuraki
1
800
プロジェクトマネジメント実践論|現役エンジニアが語る!~チームでモノづくりをする時のコツとは?~
mixi_engineers
PRO
3
190
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
76
9.4k
Docker and Python
trallard
44
3.4k
Code Reviewing Like a Champion
maltzj
523
40k
Typedesign – Prime Four
hannesfritz
41
2.6k
GitHub's CSS Performance
jonrohan
1031
460k
Statistics for Hackers
jakevdp
799
220k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.4k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Being A Developer After 40
akosma
91
590k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
Transcript
AIRPLAY RubyMeetup Setiembre 2023
ELCUERVO Airplay
DISCLAIMER Airplay
AIRPLAY RubyMeetup Setiembre 2023
10 AÑOS DESPUÉS RubyMeetup Setiembre 2023
10 AÑOS ANTES RubyMeetup Setiembre 2023
ORIGEN Airplay
UNA GEMA EN RUBY? RubyMeetup Setiembre 2023 Acerca
UNA LIBRERÍA ABSTRACTA? RubyMeetup Setiembre 2023 Acerca
UNA APLICACIÓN CLI? RubyMeetup Setiembre 2023 Acerca
SI RubyMeetup Setiembre 2023 Acerca
None
TECH TUESDAY RubyMeetup Setiembre 2023 Acerca
None
1 JULIO 2011 Airplay
None
None
None
None
None
QUÉ ES AIRPLAY? RubyMeetup Setiembre 2023 Acerca
CONJUNTO DE PROTOCOLOS Y TRANSPORTES RubyMeetup Setiembre 2023 Acerca
None
None
Airplay CÓMO FUNCIONA LA CAJA NEGRA? RubyMeetup Setiembre 2023
Airplay RubyMeetup Setiembre 2023 CÓMO ABRO LA CAJA NEGRA?
MITM Airplay
Acerca MAN IN THE MIDDLE RubyMeetup Setiembre 2023
MITM Dispositivo Servidor
TCP RubyMeetup Setiembre 2023 Acerca
TRANSMISSION CONTROL PROTOCOL RubyMeetup Setiembre 2023 Acerca
cliente servidor abre abre cierra cierra
UDP RubyMeetup Setiembre 2023 Acerca
USER DATAGRAM PROTOCOL RubyMeetup Setiembre 2023 Acerca
cliente servidor
DISCOVERY Airplay
MDNS RubyMeetup Setiembre 2023 UDP
MULTICAST DNS RubyMeetup Setiembre 2023 UDP
Protocolo DNS sobre UDP para enrutar nodos en una red.
RubyMeetup Setiembre 2023 Qué es?
None
ESPERA RESPUESTAS RubyMeetup Setiembre 2023 UDP
SCRUBBING Airplay
Interacción con lo que se esté reproduciendo en el dispositivo
RubyMeetup Setiembre 2023 Qué es?
HTTP RubyMeetup Setiembre 2023 TCP
CASI REST RubyMeetup Setiembre 2023 TCP
None
CASI SOAP RubyMeetup Setiembre 2023 TCP
None
BPLIST RubyMeetup Setiembre 2023 TCP
BINARY PROPERTY LIST RubyMeetup Setiembre 2023 TCP
GHETTO PROTOCOL BUFFERS RubyMeetup Setiembre 2023 TCP
FETCHING Airplay
Transmisión de imágenes al dispositivo. RubyMeetup Setiembre 2023 Qué es?
HTTP RubyMeetup Setiembre 2023 TCP
PTTH RubyMeetup Setiembre 2023 TCP
PTTH?!! RubyMeetup Setiembre 2023 TCP
PTTH RubyMeetup Setiembre 2023 TCP
HTTP reverso. Invierte una conexión persistente HTTP y el servidor
pasa a ser el cliente. RubyMeetup Setiembre 2023 Qué es?
NET-PTTH RubyMeetup Setiembre 2023 Airplay https://github.com/elcuervo/net-ptth
None
ORIGEN DE PTTH RubyMeetup Setiembre 2023 Airplay
None
None
None
None
GHETTO SERVER SIDE EVENTS RubyMeetup Setiembre 2023 TCP
GHETTO WEBSOCKETS RubyMeetup Setiembre 2023 TCP
SALTA FIREWALLS RubyMeetup Setiembre 2023 Airplay
REST REVERSO Y BINARIO RubyMeetup Setiembre 2023 TCP
cliente servidor POST /reverse HTTP/1.1 Host: localhost:7000 Upgrade: PTTH/1.0
cliente servidor HTTP/1.1 101 Switching Protocols Content-type: text/plain Upgrade: PTTH/1.0
Content-Length: 0
cliente servidor GET / HTTP/1.1 Host: 127.0.0.1:65331 Accept-Encoding: identity
cliente servidor HTTP/1.1 200 OK Content-type: text/plain Content-Length: 15 !dlrow
,olleH
FAMILIA DE WEBSOCKETS RubyMeetup Setiembre 2023 TCP
HTTP 1.1 UPGRADE RubyMeetup Setiembre 2023 TCP
DEPRECADO EN HTTP2 RubyMeetup Setiembre 2023 TCP
GEMA Airplay
HACER MAS QUE AIRPLAY RubyMeetup Setiembre 2023 Airplay
GRUPOS RubyMeetup Setiembre 2023 Airplay
apple tv 2 apple tv 3 cliente apple tv 1
apple tv 2 apple tv 3 cliente apple tv 1
KARAOKE Airplay
None
GITHUB Airplay
None
CAMBIOS UNA DÉCADA DESPUÉS RubyMeetup Setiembre 2023 Airplay
OPENTHREAD RubyMeetup Setiembre 2023 Nuevo
Protocolo mesh de comunicación para IoT funcionando sobre IPv6. RubyMeetup
Setiembre 2023 Qué es?
ESTANDARD DE IOT DE GOOGLE RubyMeetup Setiembre 2023 Nuevo
BLE RubyMeetup Setiembre 2023 Nuevo
Bluetooth de baja energía. Ofrece conectividad entre dispositivos sin establecer
una conexión permanente. RubyMeetup Setiembre 2023 Qué es?
INTERACCIÓN CON DISPOSITIVOS RubyMeetup Setiembre 2023 Nuevo
CONSTRUIDO SOBRE ESTANDARES RubyMeetup Setiembre 2023 Airplay
NO REINVENTAR LA RUEDA RubyMeetup Setiembre 2023 Airplay
NEXT RubyMeetup Setiembre 2023 Airplay
LA PRÓXIMA DÉCADA RubyMeetup Setiembre 2023 Airplay
CONCURRENT RUBY RubyMeetup Setiembre 2023 Airplay https://github.com/ruby-concurrency/concurrent-ruby
THREAD- SAFETY RubyMeetup Setiembre 2023 Airplay
PATRONES DE PARALELISMO RubyMeetup Setiembre 2023 Airplay
None
ASYNC RubyMeetup Setiembre 2023 Airplay https://github.com/socketry/async
NON- BLOCKING IO RubyMeetup Setiembre 2023 Airplay
None
ASYNC-HTTP RubyMeetup Setiembre 2023 Airplay https://github.com/socketry/async-http
CONEXIONES PARALELAS RubyMeetup Setiembre 2023 Airplay
None
ASYNC-PTTH? RubyMeetup Setiembre 2023 Airplay
ESTÁN LOS PILARES RubyMeetup Setiembre 2023 Airplay
ENERGIAS RENOVADAS Airplay
OPENAIRPLAY RubyMeetup Setiembre 2023 Airplay https://github.com/openairplay
LIBAIRPLAY? RubyMeetup Setiembre 2023 Airplay
RUST? RubyMeetup Setiembre 2023 Airplay
PODER SER FEATURE COMPLETE RubyMeetup Setiembre 2023 Airplay
100% COMPATABILE CON RUBY3 RubyMeetup Setiembre 2023 Airplay
RUBY NO ES SOLO WEB RubyMeetup Setiembre 2023 Airplay
None
CORRIENDO RUBY EN WINDOWS RubyMeetup Setiembre 2023 Airplay
CREA TU PROPIA HERRAMIENTA RubyMeetup Setiembre 2023 Airplay
HTTPS NO ES TODO LO QUE HAY RubyMeetup Setiembre 2023
Airplay
I HOPE TO SEE RUBY HELP EVERY PROGRAMMER IN THE
WORLD TO BE PRODUCTIVE, AND TO ENJOY PROGRAMMING, AND TO BE HAPPY — Matz RubyMeetup Setiembre 2023 “
DIVIERTANSE INVESTIGANDO RubyMeetup Setiembre 2023 Airplay
ROMPAN TODO RubyMeetup Setiembre 2023 Airplay
GRACIAS RubyMeetup Setiembre 2023 GH: ELCUERVO @CUERBOT
PREGUNTAS? RubyMeetup Setiembre 2023 Airplay
ELCUERVO Airplay