Files
Thesis/bibliografie.bib
T

129 lines
3.5 KiB
BibTeX
Raw Normal View History

2026-04-08 11:21:35 +02:00
2026-08-03 20:08:11 +02:00
@BOOK{distributed_systems,
author = {M. van Steen and A.S. Tanenbaum},
title = {Distributed Systems},
edition = {4},
2026-04-08 11:21:35 +02:00
location = {Praha},
2026-08-03 20:08:11 +02:00
publisher = {distributed-systems.net},
year = {2023},
urldate = {2026-08-03},
isbn = {978-1543057386}
}
@BOOK{velky_pruvodce,
author = {KABELOVÁ, Alena a DOSTÁLEK, Libor},
title = {Velký průvodce protokoly TCP/IP a systémem DNS},
edition = {5},
location = {Brno},
publisher = {Computer Press, a.s.},
year = {2008},
urldate = {2026-08-03},
isbn = {978-80-251-2236-5}
}
@ONLINE{quic,
author = {{QUIC Working Group}},
title = {RFC 9000: QUIC: A UDP-Based Multiplexed and Secure Transport},
year = {2021},
url = {https://www.rfc-editor.org/rfc/rfc9000.html},
urldate = {2026-08-03},
}
@BOOK{computer_networks,
author = {Peterson Larry L., Davie Bruce S.},
title = {Computer networks: a system approach},
edition = {6},
location = {Cambridge},
publisher = {Elsevier},
year = {2022},
urldate = {2026-08-03},
isbn = {978-0128182000}
}
2026-08-05 20:03:14 +02:00
@ONLINE{interpolation1,
author = {Glenn Fiedler},
2026-08-03 20:08:11 +02:00
title = {Snapshot Interpolation},
year = {2015},
url = {https://www.gafferongames.com/post/snapshot_interpolation/},
urldate = {2026-08-03},
hyphenation = {english}
2026-04-08 11:21:35 +02:00
}
2026-08-04 07:51:36 +02:00
2026-08-05 20:03:14 +02:00
@ONLINE{interpolation2,
author = {Gabriel Gambetta},
title = {Entity Interpolation},
year = {2026},
url = {https://www.gabrielgambetta.com/entity-interpolation.html},
urldate = {2026-08-03},
hyphenation = {english}
}
2026-08-04 07:51:36 +02:00
@ONLINE{evolveheirachy,
author = {West, Mick},
title = {Evolve Your Hierarchy},
year = {2007},
url = {https://cowboyprogramming.com/2007/01/05/evolve-your-heirachy/},
urldate = {2026-08-03},
hyphenation = {english}
}
@ONLINE{peekingvalorant,
author = {{dewet, Matt and Straily, David}},
title = {Peeking into VALORANT's Netcode},
year = {2020},
url = {https://www.riotgames.com/en/news/peeking-valorants-netcode},
urldate = {2026-08-03},
hyphenation = {english}
}
@ONLINE{gambettaclientserver,
author = {Gambetta, Gabriel},
title = {Fast-Paced Multiplayer (Part I): Client-Server Game Architecture},
year = {2026},
url = {https://www.gabrielgambetta.com/client-server-game-architecture.html},
urldate = {2026-08-03},
hyphenation = {english}
}
% https://www.comp.nus.edu.sg/~bleong/hydra/related/assiotis06mmorpg.pdf
@ONLINE{bleong,
author = {Marios Assiotis and Velin Tzanov},
title = {A Distributed Architecture for MMORPG},
year = {2006},
url = {https://www.comp.nus.edu.sg/~bleong/hydra/related/assiotis06mmorpg.pdf},
urldate = {2026-08-03},
hyphenation = {english}
}
@ONLINE{prdeving,
author = {PRDeving},
title = {MMO Architecture},
year = {2023},
url = {https://prdeving.wordpress.com/2023/09/29/mmo-architecture-source-of-truth-dataflows-i-o-bottlenecks-and-how-to-solve-them/},
urldate = {2026-08-03},
hyphenation = {english}
}
2026-08-05 20:03:14 +02:00
2026-08-05 22:41:42 +02:00
% https://www.tigerdata.com/docs/learn/deep-dive/whitepaper
@ONLINE{timescaledb,
author = {TimescaleDB},
title = {Tiger Data architecture for real-time analytics},
year = {2026},
url = {https://www.tigerdata.com/docs/learn/deep-dive/whitepaper},
urldate = {2026-08-03},
hyphenation = {english}
}
2026-08-05 20:03:14 +02:00
@INPROCEEDINGS{assiotis06mmorpg,
author = {Assiotis, Marios and Tzanov, Velin},
title = {A Distributed Architecture for MMORPG},
booktitle = {NETGAMES '06: Proceedings of the 5th Workshop on Network and System Support for Games},
year = {2006},
location = {Singapore},
publisher = {ACM},
url = {https://www.comp.nus.edu.sg/~bleong/hydra/related/assiotis06mmorpg.pdf},
urldate = {2026-08-05},
hyphenation = {english}
}