-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
641 lines (568 loc) · 14.1 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
@misc{MessageFramingCleary,
title={{Message Framing}},
author={Stephen Cleary},
url={https://blog.stephencleary.com/2009/04/message-framing.html},
note={(Accessed: 08.17)},
month=apr,
year=2009
}
@misc{MessageFramingSkotzko,
title={{Understanding The Internet: How Messages Flow Through TCP Sockets}},
author={Androw Skotzko},
url={https://andrewskotzko.com/understanding-the-internet-how-messages-flow-through-tcp-sockets/},
month=jul,
year=2015,
note={(Accessed: 28.08.17)}
}
@misc{GoProject,
title={{The Go Project}},
url={https://golang.org/project/},
month=aug,
year=2017
}
@misc{WhatIsKanban,
title={{What is Kanban}},
author={{LeanKit}},
url={https://leankit.com/learn/kanban/what-is-kanban/},
month=aug,
year=2017
}
@misc{ScrumGuide,
title={{The Scrum Guide}},
author={Jeff Sutherland and Ken Schwaber},
url={http://www.scrumguides.org/scrum-guide.html},
month=aug,
year=2017
}
@misc{WhatIsScrum,
title={{What is Scrum}},
author={{Scrum.org}},
url={https://www.scrum.org/resources/what-is-scrum},
month=aug,
year=2017
}
@misc{RasPi,
title={{Raspberry Pi}},
author={{Raspberry Pi Foundation}},
url={https://raspberrpi.org},
month=aug,
year=2017
}
@misc{SenseHAT,
title={{Raspberry Pi SenseHAT}},
author={{Raspberry Pi Foundation}},
url={https://www.raspberrypi.org/products/sense-hat/},
month=aug,
year=2017
}
@misc{AstroPiMission,
title={{Astro Pi Mission}},
url={https://astro-pi.org/about/mission/},
month=aug,
year=2017
}
@manual{InertialSensorsManual,
title={{iNEMO inertial module}},
organization={{ST}},
year={2015},
month=mar
}
@misc{GramocAlgorithm-client,
title={{Java implementation of the GSDEP Client}},
author={Nico Kratky},
url={https://github.com/nicokratky/GramocAlgorithm-client},
month=aug,
year=2017
}
@misc{MPAndroidChart,
title={{A powerful \& easy to use chart library}},
author={Philipp Jahoda},
url={https://github.com/PhilJay/MPAndroidChart},
month=aug,
year=2017
}
@misc{android-about-page,
title={{Create an awesome About Page for your Android App in 2 minutes}},
author={Mehdi Sakout},
url={https://github.com/medyo/android-about-page},
month=aug,
year=2017
}
@Comment{TCP RFC}
@techreport{rfc793,
author="Jon Postel",
title="{Transmission Control Protocol}",
howpublished={Internet Request for Comments},
type="{RFC}",
number=793,
pages={1-85},
year={1981},
month=sep,
publisher="{RFC Editor}",
institution="{RFC Editor}",
url={https://www.rfc-editor.org/rfc/rfc793.txt},
doi="10.17487/RFC0793"
}
@Comment{UDP RFC}
@techreport{rfc768,
author="Jon Postel",
title="{User Datagram Protocol}",
howpublished={Internet Request for Comments},
type="{RFC}",
number=768,
pages={1-3},
year={1980},
month=aug,
publisher="{RFC Editor}",
institution="{RFC Editor}",
url={https://www.rfc-editor.org/rfc/rfc768.txt},
doi="10.17487/RFC0768"
}
@Comment{IP RFC}
@techreport{rfc791,
author="Jon Postel",
title="{Internet Protocol}",
howpublished={Internet Request for Comments},
type="{RFC}",
number=791,
pages={1-45},
year={1981},
month=sep,
publisher="{RFC Editor}",
institution="{RFC Editor}",
url={https://www.rfc-editor.org/rfc/rfc791.txt},
doi="10.17487/RFC0791"
}
@misc{AndroidSDK,
title={{Android SDK}},
author={{Google}},
url={https://developer.android.com/reference/packages.html},
month=aug,
year=2017
}
@misc{AndroidActivity,
title={{Android Activity}},
author={{Google}},
url={https://developer.android.com/reference/android/app/Activity.html},
month=aug,
year=2017
}
@misc{AndroidThreads,
title={{Android Processes and Threads}},
author={{Google}},
url={https://developer.android.com/guide/components/processes-and-threads.html},
month=nov,
year=2017
}
@misc{AndroidIntent,
title={{Android Intent}},
author={{Google}},
url={https://developer.android.com/reference/android/content/Intent.html},
month=sep,
year=2017
}
@misc{AndroidReference,
title={{Android Platform Developer Reference}},
author={{Google}},
url={https://developer.android.com/reference},
note={(Accessed: 08.17)}
}
@techreport{HistoryOfPython,
author={L. V. Tulchak},
title={{History of Python}},
institution="{Vinnytsia National Technical University}",
year={2016}
}
@misc{VTK,
author={{Kitware}},
title={{Visualization Toolkit}},
url={https://www.vtk.org},
month=sep,
year=2017
}
@Comment{WebSocket RFC}
@techreport{rfc6455,
author="Ian Fette and Alexey Melnikov",
title="{The WebSocket Protocol}",
howpublished={Internet Request for Comments},
type="{RFC}",
number=6455,
pages={1-71},
year={2011},
month=dec,
publisher="{RFC Editor}",
institution="{RFC Editor}",
url={https://www.rfc-editor.org/rfc/rfc6455.txt},
doi="10.17487/RFC6455"
}
@misc{BoostProgramOptions,
author={Vladimir Prus},
title={{Boost.Program\_options}},
url={http://www.boost.org/doc/libs/1_65_1/doc/html/program_options.html},
month=oct,
year=2017
}
@misc{BoostAsio,
author={Christopher M. Kohlhoff},
title={{Boost.Asio C++ Libary}},
url={https://think-async.com/},
month=oct,
year=2017
}
@misc{Protobuf,
author={{Google}},
title="{Protocol Buffers}",
url={https://developers.google.com/protocol-buffers},
month=oct,
year=2017
}
@misc{Vue,
title={{Vue.js}},
author={Evan You},
url={https://vuejs.org},
month=nov,
year=2017
}
@misc{WhyVue,
title={{Why We Chose Vue.js}},
author={Jacob Schatz},
url={https://about.gitlab.com/2016/10/20/why-we-chose-vue},
month=oct,
year=2016,
note={(Accessed: 05.11.17)}
}
@misc{GitLab,
title={{GitLab}},
author={{GitLab}},
url={https://about.gitlab.com},
month=nov,
year=2017
}
@misc{FrameworkBenchmark,
title={{js-framework-benchmark}},
author={Stefan Krause},
url={https://github.com/krausest/js-framework-benchmark},
month=nov,
year=2017
}
@misc{webpack,
title={{webpack}},
author={{webpack}},
url={https://webpack.js.org},
month=nov,
year=2017
}
@misc{Babel,
title={{Babel}},
author={{Babel}},
url={https://babeljs.io},
month=nov,
year=2017
}
@misc{Node,
title={{Node.js}},
author={Node.js Foundation},
url={https://nodejs.org},
month=nov,
year=2017
}
@misc{socketio,
title={{socket.io}},
author={{socket.io}},
url={https://socket.io},
month=nov,
year=2017
}
@misc{express,
title={{Express}},
author={{Node.js Foundation}},
url={https://expressjs.com},
month=nov,
year=2017
}
@misc{Plotly,
title={{Plotly}},
author={{Plotly}},
url={https://plot.ly},
month=nov,
year=2017
}
@misc{PlotlyJS,
title={{plotly.js}},
author={{Plotly}},
url={https://github.com/plotly/plotly.js},
month=nov,
year=2017
}
@misc{d3,
title={{d3.js}},
author={Mike Bostock},
url={https://d3js.org},
month=nov,
year=2017
}
@misc{stackgl,
title={{stackgl}},
author={{stackgl}},
url={http://stack.gl},
month=nov,
year=2017
}
@misc{HDF5,
title={{HDF5}},
author={{The HDF Group}},
url={https://www.hdfgroup.org},
month=nov,
year=2017
}
@Comment{JSON RFC}
@techreport{rfc8259,
author="Tim Bray",
title="{The JavaScript Object Notation (JSON) Data Interchange Format}",
howpublished={Internet Request for Comments},
type="{RFC}",
number=8259,
pages={1-16},
year={2017},
month=dec,
publisher="{RFC Editor}",
institution="{RFC Editor}",
url={https://www.rfc-editor.org/rfc/rfc8259.txt},
doi="10.17487/RFC8259"
}
@book{UnixNetworkProgramming,
author={William Richard Stevens and Bill Fenner and Andrew M. Rudoff},
title="{UNIX Networking Programming}",
publisher="{Addison-Wesley Professional}",
year=2003,
volume=1,
edition=3,
isbn=9780131411555
}
@misc {TCPUDPRTlifesize,
author={Matt Cook},
title="{TCP vs. UDP for Real-Time Data Transfer}",
url={https://www.lifesize.com/en/video-conferencing-blog/tcp-vs-udp},
note={(Accessed: 05.01.18)},
month=oct,
year=2017
}
@Comment{TCP/IP RFC}
@techreport{rfc1122,
author="Robert Braden",
title="{Requirements for Internet Hosts - Communication Layers}",
howpublished={Internet Request for Comments},
type="{RFC}",
number=1122,
pages={1-116},
year={1989},
month=oct,
publisher="{RFC Editor}",
institution="{RFC Editor}",
url={https://www.rfc-editor.org/rfc/rfc1122.txt},
doi="10.17487/RFC1122"
}
@book{connectionbased-vs-connectionless,
author={{Sun Microsystems, Inc.}},
title={{Transport Interfaces Programming Guide}},
url={https://docs.oracle.com/cd/E19620-01/805-4041/805-4041.pdf},
month=oct,
year=1998
}
@misc{HighFive,
author={{The Blue Brain Project}},
title={{HighFive - HDF5 header-only C++ Library}},
url={https://github.com/BlueBrain/HighFive},
month=jan,
year=2018
}
@misc{vuecli,
title={{vue-cli}},
author={{vuejs}},
url={https://github.com/vuejs/vue-cli},
month=jan,
year=2018
}
@misc{vuerouter,
title={{vue-router}},
author={{vuejs}},
url={https://github.com/vuejs/vue-router},
month=jan,
year=2018
}
@misc{vuesocketio,
title={{Vue-Socket.io}},
author={Metin Seylan},
url={https://github.com/MetinSeylan/Vue-Socket.io},
month=jan,
year=2018
}
@misc{sse,
title={{Server Sent Events}},
author={{WHATWG}},
url={https://html.spec.whatwg.org/multipage/server-sent-events.html},
month=jan,
year=2018
}
@book{RealTimeByronEllis,
author={Byron Ellis},
title={Real-Time Analytics: Techniques to Analyze and Visualize Streaming Data},
publisher={Wiley},
year=2014,
edition=1,
month=jul,
isbn={978-1-118-83791-7}
}
@book{RealTimeHermannKopetz,
author={Hermann Kopetz},
title={Real-Time Systems: Design Principles for Distributed Embedded Applications},
publisher={Springer},
year=2011,
series={Real-Time Systems},
edition=2,
month=apr,
isbn={978-1-4419-8236-0}
}
@misc{img:industry4.0,
author={Christoph Roser},
title={{Industry 4.0}},
year=2015,
url={http://www.allaboutlean.com/wp-content/uploads/2015/11/Industry-4.0.png}
}
@techreport{Industrie4.0Paper,
author={William MacDougall},
title={Industrie 4.0 - Smart Manufacturing for the Future},
institution={Germany Trade \& Invest},
year=2014
}
@misc {img:raspi,
author={{reichelt elektronik}},
title={Raspberry Pi 3 Model B},
url={https://cdn-reichelt.de/bilder/web/xxl_ws/A300/RASP_03_01.png}
}
@misc {img:sensehat,
author={{reichelt elektronik}},
title={Raspberry Pi Sense Hat},
url={https://cdn-reichelt.de/bilder/web/xxl_ws/A300/RPI_SENSE_HAT_1.png}
}
@misc{nginx,
title={{NGINX}},
author={{NGINX}},
url={https://www.nginx.com},
month=feb,
year=2018
}
@inproceedings{streamfitter,
author={Chandima Hewa Nadungodage and Yuni Xia and Fang Li and Jiaqi Ge},
title={{StreamFitter: A Real Time Linear Regression Analysis System for Continuous Data Streams}},
year=2011,
month=feb,
doi="10.1007/978-3-642-20152-3_39",
}
@misc{RegAnaPollock,
author={Prof. D. Stephen G. Pollock},
title={{Regression Analysis}},
year=2018,
month=mar,
url={https://www.le.ac.uk/users/dsgp1/COURSES/THIRDMET/MYLECTURES/2MULTIREG.pdf}
}
@misc{CrashkursSLR,
author={{Crashkurs Statistik}},
title={Einfache Lineare Regression},
year=2017,
month=jan,
url={http://www.crashkurs-statistik.de/einfache-lineare-regression},
note={(Accessed: 24.02.18)}
}
@misc{CrashkursMLR,
author={{Crashkurs Statistik}},
title={Multiple Lineare Regression},
year=2017,
month=jul,
url={http://www.crashkurs-statistik.de/multiple-lineare-regression},
note={(Accessed: 24.02.18)}
}
@misc{Eigen,
author={Benoît Jacob and Gaël Guennebaud},
title={{Eigen}},
year=2008,
month=jan,
url={http://eigen.tuxfamily.org/},
note={(Accessed: 12.3.18)}
}
@inproceedings{EigenSlides,
author={Gaël Guennebaud},
title={Eigen - a C++ linear algebra library},
year=2011,
month=may,
url={http://downloads.tuxfamily.org/eigen/eigen_plafrim_may_2011.pdf},
note={(Accessed: 12.3.18)}
}
@misc{PseudoInverse,
author={Dr. Stefan Ackermann},
title={Die Pseudo-Inverse einer(m x n)-Matrix}
url={http://www.math.uni-leipzig.de/~ackermann/pdf/pseudo},
note={(Accessed: 12.3.18)}
}
@misc{EigenBenchmark,
author={Benoît Jacob and Gaël Guennebaud},
title={{Eigen - Benchmark}},
year=2016,
month=dec,
url={http://eigen.tuxfamily.org/index.php?title=Benchmark},
note={(Accessed: 20.3.18)}
}
@misc{IBMByteOrder,
author={{IBM}},
title={Network byte order and host byte order},
url={https://www.ibm.com/support/knowledgecenter/en/SSB27U_6.4.0/com.ibm.zvm.v640.kiml0/asonetw.htm},
note={(Accessed: 21.3.18)}
}
@misc{apache,
title={{Apache HTTP Server}},
author={Apache Software Foundation},
url={https://httpd.apache.org},
month=mar,
year=2018,
note={(Accessed: 22.03.18)}
}
@misc{UpguardAvN,
title={{Apache vs Nginx}},
author={Upguard Inc.},
url={https://www.upguard.com/articles/apache-vs-nginx},
month=mar,
year=2017,
note={(Accessed: 22.03.18)}
}
@misc{netcraft_survey,
title={{February 2018 Web Server Survey}},
author={Netcraft Ltd.},
url={https://news.netcraft.com/archives/2018/02/13/february-2018-web-server-survey.html},
month=mar,
year=2018,
note={(Accessed: 22.03.18)}
}
@phdthesis{rest,
title={{Architectural Styles and the Design of Network-based Software Architectures}},
author={Roy Thomas Fielding},
school={University of California, Irvine},
url={https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm},
year=2000,
note={(Accessed: 22.03.18)}
}
@misc{Industrie4.0History,
title={{Im Wandel der Zeit: Von Industrie 1.0 bis 4.0}},
author={Katharina Wuttke},
url={https://www.lmis.de/im-wandel-der-zeit-von-industrie-1-0-bis-4-0/},
month=sep,
year=2015,
note={(Accessed: 20.02.18)}
}
@misc{artanddalvik,
title={{ART and Dalvik}},
author={Google},
url={https://source.android.com/devices/tech/dalvik},
month=nov,
year=2017,
note={(Accessed: 27.03.18)}
}