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
350
Airplay
elcuervo
September 14, 2023
Tweet
Share
More Decks by elcuervo
See All by elcuervo
Quince Primaveras
elcuervo
0
220
Apocalipsis
elcuervo
0
130
RadioFrequencia
elcuervo
0
100
TED: Cronicas de un hacker
elcuervo
0
110
Hackeando el STM
elcuervo
1
340
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
ビジネスとデザインとエンジニアリングを繋ぐために 一人のエンジニアは何ができるか / What can a single engineer do to connect business, design, and engineering?
kaminashi
2
890
MySQL InnoDB Data Recovery - The Last Resort
lefred
0
110
Datadog のトライアルを成功に導く技術 / Techniques for a successful Datadog trial
nulabinc
PRO
0
120
意思決定を支える検索体験を目指してやってきたこと
hinatades
PRO
0
400
kernelvm-brain-net
raspython3
0
410
Serverlessだからこそコードと設計にはこだわろう
kenichirokimura
2
540
Global Azure2025(GitHub Copilot ハンズオン)
tomokusaba
1
550
企業が押さえるべきMCPの未来
takaakikakei
4
950
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
7
63k
LINE 購物幕後推手
line_developers_tw
PRO
0
400
Part1 GitHubってなんだろう?その1
tomokusaba
2
570
Compose におけるパスワード自動入力とパスワード保存
tonionagauzzi
0
200
Featured
See All Featured
Facilitating Awesome Meetings
lara
54
6.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
A better future with KSS
kneath
239
17k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.8k
Statistics for Hackers
jakevdp
798
220k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2k
Producing Creativity
orderedlist
PRO
344
40k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
It's Worth the Effort
3n
184
28k
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