-
Notifications
You must be signed in to change notification settings - Fork 59
/
index.html
839 lines (820 loc) · 52.8 KB
/
index.html
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
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
<!doctype html>
<!--
@license
Copyright 2017 Comcast Cable Communications Management, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<title>Open Source Comcast</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="title" content="Open Source | Comcast" />
<meta name="description" content="Comcast Open Source web site" />
<meta name="robots" content="open source, comcast, innovation" />
<meta name="googlebot" content="open source, comcast, innovation" />
<link rel="stylesheet" href="./style/css.css" />
<link rel="apple-touch-icon" sizes="57x57" href="https://comcast.github.io/img/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="https://comcast.github.io/img/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="https://comcast.github.io/img/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="https://comcast.github.io/img/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="60x60" href="https://comcast.github.io/img/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="120x120" href="https://comcast.github.io/img/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="76x76" href="https://comcast.github.io/img/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="152x152" href="https://comcast.github.io/img/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-128.png" sizes="128x128" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@comcast" />
<meta name="twitter:creator" content="@comcast" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://comcast.github.io/" />
<meta property="og:title" content="Open Source | Comcast" />
<meta property="og:description" content="Comcast Open Source web site" />
<meta property="og:image" content="https://comcast.github.io/img/logo-comcast-color.png" />
</head>
<body>
<div class="top-informational">
<header>
<div>
<img src="./img/logo-comcast-color.png" alt="Comcast">
<ul class="navbar">
<li id="nav-about"><a href="#about">About</a></li>
<li id="nav-projects"><a href="#projects">Projects</a></li>
<li id="nav-talks"><a href="talks.html">Talks</a></li>
<li id="nav-sponsorship"><a href="sponsorship.html">Sponsorship</a></li>
<li id="nav-contact"><a href="#contact">Contact</a></li>
<li id="nav-blog"><a href="blog.html">Blog</a></li>
</ul>
</div>
</header>
<div class="hero-carousel-container" id="about">
<ul id="hero-carousel" class="hero-carousel">
<li id="slide1" class="hero-slides">
<img class="carousel-hero-img" src="./img/carousel/kuberhealthy.jpg" alt="kuberhealthy"/>
<div class="slide-text-container">
<h2 class="carousel-slide-title">Kuberhealthy</h2>
<p class="carousel-text">
Easy synthetic testing for Kubernetes clusters. Supplements other solutions like Prometheus nicely.</p>
<p class="carousel-text"> <a class="carousel-text-link" href="https://github.com/Comcast/kuberhealthy">
Click here for more info ❯</a></p>
</div>
</li>
<li id="slide3" class="hero-slides">
<img class="carousel-hero-img" src="./img/carousel/trickstercarousel.jpg" alt="Trickster"/>
<div class="slide-text-container">
<h2 class="carousel-slide-title">Trickster</h2>
<p class="carousel-text">
Trickster is a reverse proxy cache for the Prometheus HTTP APIv1 that dramatically accelerates dashboard rendering times for any series queried from Prometheus.</p>
<p class="carousel-text"> <a class="carousel-text-link" href="https://github.com/Comcast/trickster/">
Click here for more info ❯</a></p>
</div>
</li>
<li id="slide3" class="hero-slides">
<img class="carousel-hero-img" src="./img/carousel/vinyldns.png" alt="VinylDNS"/>
<div class="slide-text-container">
<h2 class="carousel-slide-title">VinylDNS</h2>
<p class="carousel-text">
VinylDNS is a vendor-agnostic frontend for enabling self-service and enhancing administration
across all of your DNS servers.</p>
<p class="carousel-text"> <a class="carousel-text-link" href="http://vinyldns.io">
Click here for more info ❯</a></p>
</div>
</li>
<li id="slide3" class="hero-slides">
<img class="carousel-hero-img" src="./img/carousel/traffic.jpg" alt="Apache Traffic Control"/>
<div class="slide-text-container">
<h2 class="carousel-slide-title">Traffic Control</h2>
<p class="carousel-text">
Traffic Control is an Open Source implementation of a
Content Delivery Network (CDN). Originally developed by
Comcast, it was released as a Comcast
Open Source software in April 2015. In late 2016, Comcast
was honored to have Traffic Control accepted by the Apache
Software Foundation and renamed to Apache Traffic Control.
It is now a Top-Level Project with the Apache Software Foundation and is available at
<a class="carousel-text-link" href="https://trafficcontrol.incubator.apache.org">Apache Traffic Control</a>.
</p>
</div>
</li>
<li id="slide2" class="hero-slides">
<img id="carousel-img1" class="carousel-hero-img" src="./img/carousel/innovation.jpg" alt="Comcast Innovation Fund"/>
<div class="slide-text-container">
<h2 class="carousel-slide-title">Open Source Grants</h2>
<p class="carousel-text">
The Comcast Innovation Fund provides grants for both open
source and educational research. The Open Source Development Grants
fund development of open source software in areas
benefiting cable, internet and broadband industries.
</p>
<p class="carousel-text">
For more information, please visit the
<a class="carousel-text-link" href="http://innovationfund.comcast.com">Comcast Innovation Fund</a>.
</p>
</div>
</li>
<li id="slide3" class="hero-slides">
<img class="carousel-hero-img" src="./img/carousel/jobs.jpg" alt="Jobs"/>
<div class="slide-text-container">
<h2 class="carousel-slide-title">Jobs</h2>
<p class="carousel-text">
At Comcast, we are always looking for new talent
to join our diverse and growing teams.</p>
<p class="carousel-text">
Employees in serviceable areas enjoy free digital TV and Internet
service as well as deeply discounted phone service, and other features. </p>
<p class="carousel-text"> <a class="carousel-text-link" href="https://jobs.comcast.com">
Join us ❯</a></p>
</div>
</li>
<li class="navigateBtn">
<a class="prev" id="prevBtn" onclick="COSS.showNext(-1)">❮</a>
<a class="next" id="nextBtn" onclick="COSS.showNext(1)">❯</a>
</li>
<li class="navdot-container">
<a><span class="navdot active" onclick="COSS.show(1)"></span></a>
<a><span class="navdot" onclick="COSS.show(2)"></span></a>
<a><span class="navdot" onclick="COSS.show(3)"></span></a>
<a><span class="navdot" onclick="COSS.show(4)"></span></a>
<a><span class="navdot" onclick="COSS.show(5)"></span></a>
<a><span class="navdot" onclick="COSS.show(6)"></span></a>
<a><span class="navdot" onclick="COSS.show(7)"></span></a>
</li>
</ul>
</div>
<div class="intro-message-container">
<h1 class="message-title">Open Source Software at Comcast</h1>
<p class="message-content">We are committed to open source software. We use it to build products, attract talent and evolve the technology we use to improve the customer experience. Beyond using open-source technologies to build our products, we contribute actively to a wide range of open-source and open-standards groups including the Linux Foundation, OpenStack Foundation, Apache Foundation, Cloud Foundry Foundation and Internet Engineering Task Force, to name just a few. We also encourage and support our software engineers in open-sourcing the projects they develop at Comcast.
</p>
<p class="message-content"> We know the collective development ethos behind robust open source projects makes our products better and more powerful and we’re committed to being part of the global open source community now and into the future.
</p>
</div>
</div>
<div class="projects" id="projects">
<ul class="category-menu">
<li><a href="#all-projects">All Projects</a></li>
<li><a href="#backend-projects">Backend</a></li>
<li><a href="#bigdata-projects">Big Data</a></li>
<li><a href="#frontend-projects">Frontend</a></li>
<li><a href="#hardware-projects">Hardware</a></li>
<li><a href="#infrastructure-projects">Infrastructure</a></li>
<li><a href="#android-projects">Android</a></li>
<li><a href="#systemtools-projects">System Tools</a></li>
<li><a href="#testing-projects">Testing</a></li>
<li><a href="#video-projects">Video</a></li>
<li><a href="#xmidt-projects">XMiDT</a></li>
</ul>
<ul class="github-content" id="all-projects">
<li class="github-category" id="backend-projects">
<h2>Backend</h2>
<ul>
<li class="github-project">
<a href="https://github.com/capsule-rs/capsule">
<img class="project-logo" src="./img/capsule-logo.png" alt="capsule" />
<h2 class="project-title">Capsule</h2>
</a>
<p class="project-description">
Capsule is a framework for network function development. Written in Rust, inspired by
<a href="https://www.usenix.org/system/files/conference/osdi16/osdi16-panda.pdf">NetBricks</a>
and built on Intel's <a href="https://www.dpdk.org/">Data Plane Development Kit</a>.
</p>
<li class="github-project">
<a href="https://github.com/Comcast/jrugged">
<img class="project-logo" src="./img/jrugged.png" alt="jrugged" />
<h3 class="project-title">jrugged</h3>
</a>
<p class="project-description">
The jrugged library allows your code to adapt to network issues in a responsible way.
</li>
<li class="github-project">
<a href="https://github.com/Comcast/sheens">
<img class="project-logo" src="./img/sheens.png" alt="sheens" />
<h2 class="project-title">Sheens</h2>
</a>
<p class="project-description">
Sheens is an automation engine that hosts message-processing state machines. These machines process and emit messages efficiently and atomically. The initial motivation was implementing IoT-oriented home automations; however, Sheens has been useful in other settings
</li>
<li class="additional-projects">
<h4>Additional Backend Projects</h4>
<ul>
<li><a href="https://github.com/Comcast/pulsar-client-go" rel="noopener">pulsar-client-go</a></li>
<li><a href="https://www.github.com/Comcast/connvitals" rel="noopener">connvitals</a></li>
<li><a href="https://www.github.com/Comcast/connvitals-monitor" rel="noopener">connvitals-monitor</a></li>
<li><a href="https://www.github.com/Comcast/xml-selector">xml-selector</a></li>
<li><a href="https://www.github.com/Comcast/http-health-check-microservice">http-health-check-microservice</a></li>
<li><a href="https://www.github.com/Comcast/go-log">go-log</a></li>
<li><a href="https://www.github.com/xmidt-org/cjson-extras">cjson-extras</a></li>
<li><a href="https://www.github.com/Comcast/malcolm">malcolm</a></li>
<li><a href="https://www.github.com/ComcastSamples/malcolm-sample-express-client">malcolm-sample-express-client</a></li>
<li><a href="https://www.github.com/ComcastSamples/malcolm-sample-hapi-client">malcolm-sample-hapi-client</a></li>
<li><a href="https://www.github.com/Comcast/rulio">rulio</a></li>
<li><a href="https://www.github.com/Comcast/ip4s">ip4s</a></li>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="bigdata-projects">
<h2>Big Data</h2>
<ul>
<li class="github-project">
<a href="https://github.com/Comcast/sirius">
<img class="project-logo" src="./img/sirius.png" alt="Sirius" />
<h2 class="project-title">Sirius</h2>
</a>
<p class="project-description">
Sirius is a library for distributing and coordinating data updates amongst a cluster of nodes.
</p>
<p class="project-description">
Sirius enables a cluster of nodes to keep developer-controlled in-memory data structures eventually consistent, allowing I/O-free access to shared information.
</p>
</li>
<li class="additional-projects">
<h4>Additional Big Data Projects</h4>
<ul>
<li><a href="https://www.github.com/Comcast/SyntaViz">SyntaViz</a></li>
<li><a href="https://www.github.com/Comcast/cmb">cmb</a></li>
<li><a href="https://www.github.com/Comcast/Superior-Cache-ANalyzer" rel="noopener">SCAN</a></li>
<li><a href="https://www.github.com/Comcast/sirius-reference-app">sirius-reference-app</a></li>
<li><a href="https://github.com/Comcast/MirrorTool-for-Kafka-Connect">MirrorTool for Kafka Connect</a></li>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="frontend-projects">
<h2>Frontend</h2>
<ul>
<li class="github-project">
<a href="https://github.com/Comcast/blueprint">
<img class="project-logo" src="./img/blueprint.png" alt="blueprint" />
<h2 class="project-title">Blueprint</h2>
</a>
<p class="project-description">
A compact framework for building Android apps with an MVP architecture. Blueprint helps Android devs build scrollable lists of discrete components using the Android RecyclerView library.
</p>
<p class="project-description">
Additional Articles About Blueprint
<br> <a href="https://medium.com/@daptronic/intro-to-blueprint-for-android-697a88e12279">Intro to Blueprint</a></br>
<br> <a href="https://medium.com/@daptronic/building-reusable-android-components-with-blueprint-8354a7c6e14d">Building Blueprint Components</a></br>
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/patternlab-edition-node-webpack">
<img class="project-logo" src="./img/patternlab-webpack.png" alt="pattern lab webpack edition" />
<h2 class="project-title">Patternlab Node - webpack edition</h2>
</a>
<p class="project-description">
A framework designed around helping you and your team build thoughtful, pattern-driven user interfaces using the atomic design principles.
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/Surf-N-Perf">
<img class="project-logo" src="./img/surf-n-perf.png" alt="surf-n-perf" />
<h2 class="project-title">surf-n-perf</h2>
</a>
<p class="project-description">
A micro-library for gathering frontend web page performance data.
</p>
<p class="project-description">
Surf-N-Perf provides a simple to use API to gather User Timing and other important performance data in any browser.
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/Speed-testJS">
<img class="project-logo" src="./img/speed-testJS.png" alt="Speed-testJS" />
<h2 class="project-title">SpeedtestJS</h2>
</a>
<p class="project-description">
SpeedtestJS is a JavaScript based speed test providing users with an enriched view of their Internet speed. We developed and open sourced SpeedTestJS to create a benchmark solution that would be transparent, independent and used and contributed by many.
</p>
</li>
<li class="additional-projects">
<h4>Additional Frontend Projects</h4>
<ul>
<li><a href="https://github.com/Comcast/hypergard">hypergard</a></li>
<li><a href="https://www.github.com/Comcast/compass-csslint">compass-csslint</a></li>
<li><a href="https://www.github.com/Comcast/compass-csscss">compass-csscss</a></li>
<li><a href="https://www.github.com/Comcast/compass-extensions-sample">compass-extensions-sample</a></li>
<li><a href="https://www.github.com/Comcast/polaris">polaris</a></li>
<li><a href="https://www.github.com/Comcast/html-helloworld-ref-app">html-helloworld-ref-app</a></li>
<li><a href="https://www.github.com/Comcast/compass-csslint-sample">compass-csslint-sample</a></li>
<li><a href="https://www.github.com/Comcast/publicious">publicious</a></li>
<li><a href="https://www.github.com/Comcast/eslint-plugin-polymer-components">eslint-plugin-polymer-components</a></li>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="hardware-projects">
<h2>Hardware</h2>
<ul>
<li class="github-project">
<a href="https://github.com/Comcast/dmc-sim">
<img class="project-logo" src="./img/dmc-sim.png" alt="dmc-sim" />
<h2 class="project-title">dmc-sim</h2>
</a>
<p class="project-description">
Distributed monotonic clocks (DMC) whose timestamps can reflect causality but which have a component that stays close to wall clock time. This scheme builds on previous hybrid logical clock proposals by adding important operational hooks and by building in mechanisms to prevent a single runaway system clock from dragging a whole cluster's logical clocks forward into the future. <a href="https://www.youtube.com/watch?v=YqNGbvFHoKM">More at YouTube.</a>
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/rdk-on-raspberrypi">
<img class="project-logo" src="./img/rdk-on-raspberrypi.png" alt="rdk-on-raspberrypi" />
<h2 class="project-title">rdk-on-raspberrypi</h2>
</a>
<p class="project-description">
Documentation for running RDK profiles ( Video, broadband, Camera ) on Raspberrypi boards.
</p>
</li>
<li class="additional-projects">
<h4>Additional Hardware Projects</h4>
<ul>
<li><a href="https://www.github.com/Comcast/CloudConnectorForAndroidthings">CloudConnectorForAndroidThings(CCAT)</a></li>
<li><a href="https://www.github.com/Comcast/cf-recycle-plugin">cf-recycle-plugin</a></li>
<li><a href="https://www.github.com/Comcast/Oscar">Oscar</a></li>
<li><a href="https://www.github.com/xmidt-org/cimplog">cimplog</a></li>
<li><a href="https://www.github.com/Comcast/service-agent-c">service-agent-c</a></li>
<li><a href="https://www.github.com/xmidt-org/libucresolv">libucresolv</a></li>
<li><a href="https://www.github.com/xmidt-org/tr18b1e">tr18b1e</a></li>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="infrastructure-projects">
<h2>Infrastructure</h2>
<ul>
<li class="github-project">
<a href="https://trafficcontrol.incubator.apache.org">
<img class="project-logo" src="./img/traffic_control.png" alt="traffic control" />
<h2 class="project-title">traffic control</h2>
</a>
<p class="project-description">
Traffic Control is a caching server control plane application used to aggregate caching servers into a Content Delivery Network (CDN).
</p>
<p class="project-description">
The CDN caching software chosen for Traffic Control is Apache Traffic Server (ATS). Although the current release only supports ATS as a cache, this may change with future releases.
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/kube-yarn">
<img class="project-logo" src="./img/kube-yarn.png" alt="kube yarn" />
<h2 class="project-title">kube yarn</h2>
</a>
<p class="project-description">
Running YARN on Kubernetes with PetSet controller.
</p>
<p class="project-description">
Apache Hadoop YARN (Yet Another Resource Negotiator) is a cluster management technology. This allows you to build an Image for deploying the kube-yarn artifacts without any local dependencies.
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/Bynar">
<img class="project-logo" src="./img/bynar.png" alt="bynar" />
<h2 class="project-title">Bynar</h2>
</a>
<p class="project-description">
Server remediation as a service
</p>
<p class="project-description">
Bynar is an open source system for automating server maintenance across the datacenter.
Bynar builds upon many years of experience automating the drudgery of server repair.
The goal is to have the datacenter maintain itself.
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/snowdrift">
<img class="project-logo" src="./img/snowdrift.png" alt="snowdrift" />
<h2 class="project-title">Snowdrift</h2>
</a>
<p class="project-description">
A tool for testing and validation of firewall rules
</p>
<p class="project-description">
In a firewall heavy environment, being able to test and validate your firewall rules is essential.
This utility aims to automate that by having "rules files" which this script then procesess and
will SSH into each machine and try connecting to the target host on the specified port.
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/trickster">
<img class="project-logo" src="./img/trickster.png" alt="trickster" />
<h2 class="project-title">Trickster</h2>
</a>
<p class="project-description">
A dashboard accelerator for Prometheus
</p>
<p class="project-description">
Trickster is a reverse proxy cache for the Prometheus HTTP APIv1 that dramatically accelerates
dashboard rendering times for any series queried from Prometheus.
</p>
</li>
<li class="github-project">
<a href="https://github.com/vinyldns/vinyldns">
<img class="project-logo" src="./img/vinyldns-logo.png" alt="VinylDNS" />
<h2 class="project-title">VinylDNS</h2>
</a>
<p class="project-description">
Making DNS self-service safe, secure, and convenient.
</p>
<p class="project-description">
VinylDNS is a vendor-agnostic frontend for enabling self-service and enhancing administration
across all of your DNS servers.
</p>
</li>
<li class="additional-projects">
<h4>Additional Infrastructure Projects</h4>
<ul>
<li><a href="https://github.com/Comcast/vault-plugin-auth-cloudfoundry">Vault Authentication Plugin for Cloud Foundry</a></li>
<li><a href="https://www.github.com/Comcast/Canticle">Canticle</a></li>
<li><a href="https://www.github.com/Comcast/k8sh">k8sh</a></li>
<li><a href="https://www.github.com/Comcast/eel">eel</a></li>
<li><a href="https://www.github.com/Comcast/money">money</a></li>
<li><a href="https://www.github.com/Comcast/ActorServiceRegistry">ActorServiceRegistry</a></li>
<li><a href="https://www.github.com/Comcast/hlsparserj">hlsparserj</a></li>
<li><a href="https://www.github.com/Comcast/ssh-to">ssh-to</a></li>
<li><a href="https://www.github.com/Comcast/ansible-sdkman">ansible-sdkman</a></li>
<li><a href="https://www.github.com/Comcast/discovery">discovery</a></li>
<li><a href="https://www.github.com/Comcast/go-edgegrid">go-edgegrid</a></li>
<li><a href="https://www.github.com/Comcast/css_lint_ruby">css_lint_ruby</a></li>
<li><a href="https://www.github.com/Comcast/vesper">vesper</a></li>
<li><a href="https://www.github.com/xmidt-org/golang-money">golang-money</a></li>
<li><a href="https://www.github.com/Comcast/akamai-slack-reporter">akamai-slack-reporter</a></li>
<li><a href="https://www.github.com/Comcast/zootomy">zootomy</a></li>
<li><a href="https://www.github.com/Comcast/svn-to-github">svn-to-github</a></li>
<li><a href="https://www.github.com/Comcast/pipeclamp">pipeclamp</a></li>
<li><a href="https://www.github.com/Comcast/drone-cloudfoundry">drone-cloudfoundry</a></li>
<li><a href="https://www.github.com/Comcast/akamai-gtm">akamai-gtm</a></li>
<li><a href="https://www.github.com/Comcast/terraform-provider-akamai">terraform-provider-akamai</a></li>
<li><a href="https://www.github.com/Comcast/cf-zdd-plugin">cf-zdd-plugin</a></li>
<li><a href="https://www.github.com/Comcast/rdkcryptoapi">rdkcryptoapi</a></li>
<li><a href="https://www.github.com/Comcast/telegraf-buildpack">telegraf-buildpack</a></li>
<li><a href="https://www.github.com/Comcast/weasel">weasel</a></li>
<li><a href="https://www.github.com/xmidt-org/trower-base64">trower-base64</a></li>
<li><a href="https://www.github.com/xmidt-org/cjwt">cjwt</a></li>
<li><a href="https://www.github.com/Comcast/compare-ini-files">compare-ini-files</a></li>
<li><a href="https://www.github.com/Comcast/cf-buildpack-multi">cf-buildpack-multi</a></li>
<li><a href="https://www.github.com/Comcast/ansible-role-pypi">ansible-role-pypi</a></li>
<li><a href="https://www.github.com/Comcast/telegraf-boshrelease">telegraf-boshrelease</a></li>
<li><a href="https://www.github.com/xmidt-org/seshat">seshat</a></li>
<li><a href="https://www.github.com/Comcast/go-leaderelection">go-leaderelection</a></li>
<li><a href="https://www.github.com/Comcast/cf-scaler-service">cf-scaler-service</a></li>
<li><a href="https://www.github.com/xmidt-org/golang-discovery-client">golang-discovery-client</a></li>
<li><a href="https://www.github.com/Comcast/rally-rest-toolkit">rally-rest-toolkit</a></li>
<li><a href="https://www.github.com/Comcast/VulKrum">VulKrum</a></li>
<li><a href="https://www.github.com/Comcast/Cleanup-SnapShots">Cleanup-SnapShots</a></li>
<li><a href="https://github.com/Comcast/php-legal-licenses">php-legal-licenses</a></li>
<li><a href="https://www.github.com/Comcast/tsb">tsb</a></li>
<li><a href="https://github.com/vinyldns/go-vinyldns">go-vinyldns</a></li>
<li><a href="https://github.com/vinyldns/vinyldns-cli">vinyldns-cli</a></li>
<li><a href="https://github.com/vinyldns/vinyldns-ruby">vinyldns-ruby</a></li>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="android-projects">
<h2>Android</h2>
<ul>
<li class="github-project">
<a href="https://www.github.com/Comcast/dahdit">
<h2 class="project-title">DahDit</h2>
</a>
<p class="project-description">
Custom Views for drawing Dotted and Dashed Lines without jumping through hoops.
</p>
</li>
<li class="github-project">
<a href="https://www.github.com/Comcast/resourceprovider">
<h2 class="project-title">Resourceprovider</h2>
</a>
<p class="project-description">
MVP String ResourceProvider API Generator for Android
</p>
</li>
<li class="github-project">
<a href="https://www.github.com/Comcast/loadingdots">
<h2 class="project-title">Loadingdots</h2>
</a>
<p class="project-description">
A LoadingDots view based on AnimatedVectorDrawable. Backwards compatible to API 11
</p>
</li>
<li class="additional-projects">
<h4>Additional Android Projects</h4>
<ul>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="systemtools-projects">
<h2>System Tools</h2>
<ul>
<li class="github-project">
<a href="https://github.com/Comcast/Infinite-File-Curtailer">
<h2 class="project-title">Infinite-File-Curtailer</h2>
</a>
<p class="project-description">
Curtail is a utility program that reads stdin and writes to a fixed size file.
</p>
</li>
<li class="additional-projects">
<h4>Additional System Tools Projects</h4>
<ul>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="testing-projects">
<h2>Testing</h2>
<ul>
<li class="github-project">
<a href="https://github.com/Comcast/kuberhealthy">
<img class="project-logo" src="./img/iconkuberhealthy.png" alt="kuberhealthy" />
<h2 class="project-title">kuberhealthy</h2>
</a>
<p class="project-description">
Easy synthetic testing for Kubernetes clusters. Supplements other solutions like Prometheus nicely.
</p>
<p class="project-description">
Kuberhealthy performs synthetic tests from within Kubernetes clusters in order to catch issues that would otherwise go unnoticed.
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/zucchini">
<img class="project-logo" src="./img/zucchini.png" alt="zucchini" />
<h2 class="project-title">Zucchini</h2>
</a>
<p class="project-description">
Run your cucumber-jvm tests in parallel across all your devices.
</p>
</li>
<li class="additional-projects">
<h4>Additional Testing Projects</h4>
<ul>
<li><a href="https://www.github.com/Comcast/watchmen-ping-puppeteer">watchmen-ping-puppeteer</a></li>
<li><a href="https://www.github.com/Comcast/magic-wand">magic-wand</a></li>
<li><a href="https://www.github.com/Comcast/goint">goint</a></li>
<li><a href="https://www.github.com/Comcast/dialyzex">dialyzex</a></li>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="video-projects">
<h2>Video</h2>
<ul>
<li class="github-project">
<a href="https://github.com/Comcast/gots">
<img class="project-logo" src="./img/gots.png" alt="gots" />
<h2 class="project-title">gots</h2>
</a>
<p class="project-description">
gots (Go Transport Streams) is a library for working with MPEG transport streams.
</p>
<p class="project-description">
It provides abstractions for reading packet information and program specific information (psi).
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/gaad">
<img class="project-logo" src="./img/gaad.png" alt="gaad" />
<h2 class="project-title">gaad (Go Advanced Audio Decoder)</h2>
</a>
<p class="project-description">
Package currently provides AAC parsing capabilities. This package performs a full parse of AAC-LC and HE-AACv1 bitstreams. Bitstreams with Parametric Stereo (HE-AACv2) are not yet supported, but AAC bitstream data and SBR data will be extracted. The AAC decode from the parsed data to LPCM (.wav) is not yet implemented. Please help us expand and test this library!
</p>
</li>
<li class="additional-projects">
<h4>Additional Video Projects</h4>
<ul>
<li><a href="https://www.github.com/Comcast/cea-extractor">cea-extractor</a></li>
<li><a href="https://www.github.com/Comcast/scte35-js">scte35-js</a></li>
</ul>
</li>
</ul>
</li>
<li class="github-category" id="xmidt-projects">
<h2><a href="https://github.com/xmidt-org/">XMiDT</a></h2>
<ul>
<li class="github-project">
<a href="https://github.com/xmidt-org/webpa">
<h2 class="project-title">WebPA</h2>
</a>
<p class="project-description">
WebPA is a combination of a server and client that provides a simple interface to access the TR-181 objects on an RDK device. WebPA leverages XMiDT for the connection to the RDK device.
</p>
<p class="project-description">
Webpa is a very simple micro service and client that provides a REST interface to access the TR-181 data model on an RDK device.
</p>
</li>
<li class="github-project">
<a href="https://github.com/xmidt-org/xmidt">
<h2 class="project-title">XMiDT</h2>
</a>
<p class="project-description">
XMiDT (pronounced "transmit") is a combination of a server cluster and client that provide a highly available data path to devices deployed all over the world.
</p>
<p class="project-description">
A device connects to the XMiDT cloud via the xmidt client. Cloud based services can use the XMiDT cloud api to send and receive messages from the devices without needing to worry about where the device is in the world or in the network. Push and pull data from the device with ease.
</p>
</li>
<li class="github-project">
<a href="https://github.com/xmidt-org/codex-deploy">
<h2 class="project-title">Codex-deploy</h2>
</a>
<p class="project-description">
Codex provides a historical context about devices connected to XMiDT.
</p>
<p class="project-description">
Codex accepts incoming events, stores them in a postgres database, and provides event information by device id.
</p>
</li>
<li class="github-project">
<a href="https://github.com/Comcast/wrp-c">
<img class="project-logo" src="./img/wrp-c.png" alt="wrp-c" />
<h2 class="project-title">wrp-c</h2>
</a>
<p class="project-description">
C implementation of the Web Routing Protocol
</p>
<p class="project-description">
The goal of this layer is to enable devices to interact with a centralized web router (cluster) that routes the messages to/from various services on the other side. From the service perspective, this layer provides a centralized mechanism to directly interact with millions of authorized devices in the field in a scalable manor.
</p>
</li>
<li class="additional-projects">
<h4>Additional XMiDT Projects</h4>
<ul>
<li><a href="https://www.github.com/xmidt-org/docs">docs</a></li>
<li><a href="https://www.github.com/xmidt-org/wrp-go">wrp-go</a></li>
<li><a href="https://www.github.com/xmidt-org/talaria">talaria</a></li>
<li><a href="https://www.github.com/xmidt-org/petasos">petasos</a></li>
<li><a href="https://www.github.com/xmidt-org/caduceus">caduceus</a></li>
<li><a href="https://www.github.com/xmidt-org/scytale">scytale</a></li>
<li><a href="https://www.github.com/xmidt-org/tr1d1um">tr1d1um</a></li>
<li><a href="https://www.github.com/xmidt-org/themis">themis</a></li>
<li><a href="https://www.github.com/xmidt-org/svalinn">svalinn</a></li>
<li><a href="https://www.github.com/xmidt-org/gungnir">gungnir</a></li>
<li><a href="https://www.github.com/xmidt-org/fenrir">fenrir</a></li>
<li><a href="https://www.github.com/xmidt-org/heimdall">heimdall</a></li>
<li><a href="https://www.github.com/xmidt-org/webpa-common">webpa-common</a></li>
<li><a href="https://www.github.com/xmidt-org/capacityset">capacityset</a></li>
<li><a href="https://www.github.com/xmidt-org/codex-db">codex-db</a></li>
<li><a href="https://www.github.com/xmidt-org/wrp-listener">wrp-listener</a></li>
<li><a href="https://www.github.com/xmidt-org/bascule">bascule</a></li>
<li><a href="https://www.github.com/xmidt-org/voynicrypto">voynicrypto</a></li>
<li><a href="https://www.github.com/xmidt-org/prometheus-rpms-centos6">prometheus-rpms-centos6</a></li>
<li><a href="https://www.github.com/xmidt-org/wdmp-c">wdmp-c</a></li>
<li><a href="https://www.github.com/xmidt-org/parodus2mockTr181">parodus2mockTr181</a></li>
<li><a href="https://www.github.com/xmidt-org/kratos">kratos</a></li>
<li><a href="https://www.github.com/xmidt-org/mnemosyne">mnemosyne</a></li>
<li><a href="https://www.github.com/xmidt-org/parodus">parodus</a></li>
<li><a href="https://www.github.com/xmidt-org/tr181cli">tr181cli</a></li>
<li><a href="https://www.github.com/xmidt-org/libparodus">libparodus</a></li>
<li><a href="https://www.github.com/xmidt-org/aker">aker</a></li>
<li><a href="https://www.github.com/xmidt-org/parodus2snmp">parodus2snmp</a></li>
<li><a href="https://www.github.com/xmidt-org/libucresolv">libucresolv</a></li>
<li><a href="https://www.github.com/xmidt-org/parodus2ccsp">parodus2ccsp</a></li>
<li><a href="https://www.github.com/xmidt-org/nopoll">nopoll</a></li>
<li><a href="https://www.github.com/xmidt-org/libmetriks">libmetriks</a></li>
<li><a href="https://www.github.com/xmidt-org/ultrie">ultrie</a></li>
<li><a href="https://www.github.com/xmidt-org/rebar-c">rebar-c</a></li>
<li><a href="https://www.github.com/Comcast/paroduscl">paroduscl</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="bottom-informational">
<div class="stats">
<h2>Statistics</h2>
<section>
<div class="stat-box" id="stat-newest">
<h3>Our Newest Projects</h3>
<ul>
<li id="newest-1">...</li>
<li id="newest-2">...</li>
<li id="newest-3">...</li>
<li id="newest-4">...</li>
<li id="newest-5">...</li>
<li id="newest-6">...</li>
<li id="newest-7">...</li>
<li id="newest-8">...</li>
<li id="newest-9">...</li>
<li id="newest-10">...</li>
<li id="newest-11">...</li>
<li id="newest-12">...</li>
<li id="newest-13">...</li>
<li id="newest-14">...</li>
<li id="newest-15">...</li>
</ul>
</div>
<div class="stat-box">
<h3>Recently updated</h3>
<ul>
<li id="recent-1">...</li>
<li id="recent-2">...</li>
<li id="recent-3">...</li>
<li id="recent-4">...</li>
<li id="recent-5">...</li>
</ul>
</div>
</section>
<section class="row">
<div class="stat-box">
<h3>Most Starred</h3>
<ul>
<li id="starred-1">...</li>
<li id="starred-2">...</li>
<li id="starred-3">...</li>
<li id="starred-4">...</li>
<li id="starred-5">...</li>
</ul>
</div>
<div class="stat-box">
<h3>Most Forked</h3>
<ul>
<li id="forked-1">...</li>
<li id="forked-2">...</li>
<li id="forked-3">...</li>
<li id="forked-4">...</li>
<li id="forked-5">...</li>
</ul>
</div>
<div class="stat-box">
<h3>Overall Stats</h3>
<ul>
<li>Total Public Repos: <span id="total-public-repos">...</span></li>
<li>Total Source Repos: <span id="total-source-repos">...</span></li>
<li>Total Forked Repos: <span id="total-forked-repos">...</span></li>
<li>Total Members: <span id="total-members">...</span></li>
</ul>
<p><a href="https://github.com/comcast/repositories">View All Repos on GitHub</a></p>
</div>
</section>
<section class="row">
<div class="stat-box">
<a class="twitter-timeline" data-height="600" href="https://twitter.com/carlism/lists/comcast-os-projects">Comcast OS Projects</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="stat-box">
<a class="twitter-timeline" data-height="600" href="https://twitter.com/carlism/lists/open-source-community">Open Source Community</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="stat-box">
<a class="twitter-timeline" data-height="600" href="https://twitter.com/carlism/lists/comcast-ospo">Comcast Open Source Program Office</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</section>
</div>
<footer id="contact">
<section>
<h2>Learn More</h2>
<address>
<a class="email" href="mailto:[email protected]"><span>Comcast Open Source Services</span></a>
<a class="blog" href="http://labs.comcast.com"><span>Comcast Labs Blog</span></a>
</address>
</section>
<section>
<p>Like what you see? <span>Come work with us!</span></p>
<a href="https://comcast.jibeapply.com/main/jobs?keywords=open%20source&page=1">View Job Openings</a>
<ul class="social">
<li><a href="https://www.facebook.com/ComcastCareers/?fref=ts"><img src="img/icon-facebook.svg" alt="Facebook"></a></li>
<li><a href="https://twitter.com/comcastcareers"><img src="img/icon-twitter.svg" alt="Twitter"></a></li>
<li><a href="https://www.instagram.com/comcastcareers/"><img src="img/icon-instagram.svg" alt="Instagram"></a></li>
<li><a href="https://www.youtube.com/user/ComcastCareers"><img src="img/icon-youtube.svg" alt="YouTube"></a></li>
<li><a href="https://dribbble.com/comcast"><img src="img/icon-dribbble.svg" alt="Dribbble"></a></li>
</ul>
</section>
<section>
<div class="copyright">
<a href="https://corporate.comcast.com"><img src="img/logo-comcast-alt.svg" alt="Comcast"></a> © 2021 Comcast
<a href="humans.txt" class="humans"><span class="screen-reader-text">humans.txt</span></a>
</div>
</section>
</footer>
</div>
<script src="./js/javascript.js"></script>
<script>
var GA_PAGEVIEW_SENT = false;
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102911798-1', 'auto');
setTimeout(function() {
if(!window.GA_PAGEVIEW_SENT) {
ga('send', 'pageview');
GA_PAGEVIEW_SENT = true;
}
}, 3000);
</script>
</body>
</html>