Community-Lab introduction

Check-in [fc5ef3c414]
Login
Overview
Comment:Change private/public net diagram order, expand ``[+]`` text, include in script.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | fosdem-2014
Files: files | file ages | folders
SHA1:fc5ef3c4144b7e2c74eaded2ee831a9ccfb5db15
User & Date: ivan on 2014-01-30 11:17:22
Other Links: manifest | tags
Context
2014-01-30
11:18
Fix title slide by placing email at the end. check-in: 66e0b5894d user: ivan tags: fosdem-2014
11:17
Change private/public net diagram order, expand ``[+]`` text, include in script. check-in: fc5ef3c414 user: ivan tags: fosdem-2014
2014-01-29
17:32
Add multi-layer testbed architecture diagram and logos. check-in: 9db3e41405 user: ivan tags: fosdem-2014
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Modified Makefile from [49509fa723] to [898a0ad0e5].

1
2
3
4
5
6
7
8
..
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
IMGS = imgs/network-private.png imgs/network-public.png imgs/network-community.png \
	imgs/confine-partners.png imgs/extend-network.png
IMGS_BEAMER = imgs/confine,background.pdf


.PHONY:	clean

all:	slides,lightning.pdf
................................................................................
slides,lightning.html:	slides,lightning.txt $(IMGS)
	pandoc -t dzslides --self-contained slides,lightning.txt -o $@


imgs/confine,background.pdf:	logos/confine,logo.svg
	inkscape -z -D -A $@ $<

imgs/network-private.png:	diagrams/network-private.dia
	dia -e $@ -s 1024x $<

imgs/network-public.png:	diagrams/network-public.dia
	dia -e $@ -s 1024x $<

imgs/network-community.png:	diagrams/network-community.dia
	dia -e $@ -s 1024x $<

imgs/confine-partners.png:	logos/confine-partners.svg
	inkscape -z -C -e $@ -w 1024 $<
|







 







|


|







1
2
3
4
5
6
7
8
..
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
IMGS = imgs/network-public.png imgs/network-private.png imgs/network-community.png \
	imgs/confine-partners.png imgs/extend-network.png
IMGS_BEAMER = imgs/confine,background.pdf


.PHONY:	clean

all:	slides,lightning.pdf
................................................................................
slides,lightning.html:	slides,lightning.txt $(IMGS)
	pandoc -t dzslides --self-contained slides,lightning.txt -o $@


imgs/confine,background.pdf:	logos/confine,logo.svg
	inkscape -z -D -A $@ $<

imgs/network-public.png:	diagrams/network-public.dia
	dia -e $@ -s 1024x $<

imgs/network-private.png:	diagrams/network-private.dia
	dia -e $@ -s 1024x $<

imgs/network-community.png:	diagrams/network-community.dia
	dia -e $@ -s 1024x $<

imgs/confine-partners.png:	logos/confine-partners.svg
	inkscape -z -C -e $@ -w 1024 $<

Modified script,lightning.txt from [c687c87119] to [2be8593ac1].

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

** Community networks
- For those of you who are new to the term, CNs are infrastructure deployed by
  organized groups of people for the self-provision of broadband networking
  that works and grows according to their own interests.
- Like some Free software projects, they are based on open participation, open
  and transparent management, and distributed ownership.  This goes way beyond
  *##* private-owned networks and Internet access, and even *##* state-owned
  networks with private ISPs. *##* In a community network everyone owns their
  piece of the network and are free to access other's services through it. *##*
- The previous characteristics translate into open, free (as in freedom) and
  neutral networks, values in consonance with the Free software movement.
  Some CNs even have mutual agreement texts similar to Free software liceses.
- Atypical as it may seem, the EU in its Digital Agenda regards CNs as
  fundamental for the universalization of broadband networking. *##*

** The CONFINE project
- Under the umbrella of the Digital Agenda, CONFINE is a EU-financed project
  with several partners: *##* CNs, research institutions and supporting NGOs. *##*



- Its mission is to support the sustainable growth of CNs by providing the
  means to conduct experimentally driven research.
- It also supports other projects advancing or extending CNs via financed Open
  Calls. *##* Here you can see the list of the projects selected for Open
  Call 1, and more than fifteen are now being selected for Open Call 2. *##*
- Last but not least, CONFINE provides a testbed and the associated tools and
  knowledge for researchers to experiment on real CNs. *##*







|
|









|
>
>
>







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

** Community networks
- For those of you who are new to the term, CNs are infrastructure deployed by
  organized groups of people for the self-provision of broadband networking
  that works and grows according to their own interests.
- Like some Free software projects, they are based on open participation, open
  and transparent management, and distributed ownership.  This goes way beyond
  *##* state-owned networks with private ISPs, and even *##* private-owned
  networks and Internet access. *##* In a community network everyone owns their
  piece of the network and are free to access other's services through it. *##*
- The previous characteristics translate into open, free (as in freedom) and
  neutral networks, values in consonance with the Free software movement.
  Some CNs even have mutual agreement texts similar to Free software liceses.
- Atypical as it may seem, the EU in its Digital Agenda regards CNs as
  fundamental for the universalization of broadband networking. *##*

** The CONFINE project
- Under the umbrella of the Digital Agenda, CONFINE is a EU-financed project
  with several partners: *##* CNs (guifi.net, Athens Metropolitan Wireless
  Network and Funkfeuer), research institutions (Universitat Politècnica de
  Catalunya, iMinds and Fraunhofer) and supporting NGOs (Pangea and the OPLAN
  Foundation). *##*
- Its mission is to support the sustainable growth of CNs by providing the
  means to conduct experimentally driven research.
- It also supports other projects advancing or extending CNs via financed Open
  Calls. *##* Here you can see the list of the projects selected for Open
  Call 1, and more than fifteen are now being selected for Open Call 2. *##*
- Last but not least, CONFINE provides a testbed and the associated tools and
  knowledge for researchers to experiment on real CNs. *##*

Modified slides,lightning.txt from [e7a3c34adc] to [40e48ce016].

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
..
45
46
47
48
49
50
51



52
53
54
55
56
57
58
..
71
72
73
74
75
76
77


78
79
80
81
82
83
84
..
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
      distributed ownership **[+]**
    - Open, Free, neutral networks  
    - Mutual agreement texts
- Key for EU Digital Agenda

# … distributed ownership (1/3)

![Private network and Internet access](imgs/network-private.png)

# … distributed ownership (2/3)

![Public network, private Internet access](imgs/network-public.png)

# … distributed ownership (3/3)

![Community network, assorted services](imgs/network-community.png)

# Community networks (CNs)

- Broadband self-provision
- Similar to Free software:
    - Open participation & management,  
      distributed ownership
    - Open, Free, neutral networks  
    - Mutual agreement texts
- Key for EU Digital Agenda

# The CONFINE project

- Partners **[+]**
................................................................................
# … Partners

![CONFINE project partners](imgs/confine-partners.png)

# The CONFINE project

- Partners



- Support sustainable growth of CNs via research  
  (technologies & services)
- Help other projects boost CNs (Open Calls) **[+]**
- Provide a testbed for CNs: Community-Lab

# … (Open Calls)

................................................................................

# The CONFINE project

- Partners
- Support sustainable growth of CNs via research  
  (technologies & services)
- Help other projects boost CNs (Open Calls)


- Provide a testbed for CNs: Community-Lab

# Community-Lab

- A testbed built on community networks
- Like PlanetLab:
    - Global scale
................................................................................
    - Fair to other users  
      (no spying, no low-level, routing & above)
    - Simple, tolerant to network failures
- Free software: build your own testbed!

# Community-Lab as community infrastructure

- Extend CNs with Community-Lab nodes and links **[+]**
- Community-Lab for hosting services
- [Clommunity](http://clommunity-project.eu/): community clouds

# … Extend CNs …

![Extending community networks](imgs/extend-network.png)

# Community-Lab as community infrastructure

- Extend CNs with Community-Lab nodes and links
- Community-Lab for hosting services
- [Clommunity](http://clommunity-project.eu/): community clouds

# Architecture and technologies

<!--- testbed architecture diagram --->
- Testbed







|



|










|







 







>
>
>







 







>
>







 







|









|







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
..
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
..
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
..
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
      distributed ownership **[+]**
    - Open, Free, neutral networks  
    - Mutual agreement texts
- Key for EU Digital Agenda

# … distributed ownership (1/3)

![Public network, private Internet access](imgs/network-public.png)

# … distributed ownership (2/3)

![Private network and Internet access](imgs/network-private.png)

# … distributed ownership (3/3)

![Community network, assorted services](imgs/network-community.png)

# Community networks (CNs)

- Broadband self-provision
- Similar to Free software:
    - Open participation & management,  
      distributed ownership (public > private > community)
    - Open, Free, neutral networks  
    - Mutual agreement texts
- Key for EU Digital Agenda

# The CONFINE project

- Partners **[+]**
................................................................................
# … Partners

![CONFINE project partners](imgs/confine-partners.png)

# The CONFINE project

- Partners
    - CNs: guifi.net, AWMN, Funkfeuer
    - Research: UPC, iMinds, FKIE
    - NGOs: Pangea, OPLAN
- Support sustainable growth of CNs via research  
  (technologies & services)
- Help other projects boost CNs (Open Calls) **[+]**
- Provide a testbed for CNs: Community-Lab

# … (Open Calls)

................................................................................

# The CONFINE project

- Partners
- Support sustainable growth of CNs via research  
  (technologies & services)
- Help other projects boost CNs (Open Calls)
    - 5 current ones
    - 15+ more to come
- Provide a testbed for CNs: Community-Lab

# Community-Lab

- A testbed built on community networks
- Like PlanetLab:
    - Global scale
................................................................................
    - Fair to other users  
      (no spying, no low-level, routing & above)
    - Simple, tolerant to network failures
- Free software: build your own testbed!

# Community-Lab as community infrastructure

- Extend CNs **[+]**
- Community-Lab for hosting services
- [Clommunity](http://clommunity-project.eu/): community clouds

# … Extend CNs …

![Extending community networks](imgs/extend-network.png)

# Community-Lab as community infrastructure

- Extend CNs (with Community-Lab nodes and links)
- Community-Lab for hosting services
- [Clommunity](http://clommunity-project.eu/): community clouds

# Architecture and technologies

<!--- testbed architecture diagram --->
- Testbed