-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
58 lines (48 loc) · 1.72 KB
/
README
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
############################
# Banpberry Readme
############################
Estructura de directorios
bb-root
|
|--doc (documentacion)
|--ext-src (software externo)
| |
| |--hostapd-rasp (Hack de hostapd para funcionar sobre RTL8188CUS)
| \--omxplayer (Fuentes de omxplayer. Uso didactico. EL paquete raspbian sirve para los propositos requeridos)
|
|--linux-cfg-files (ficheros de configuracion de software linux)
| |
| |--apache2.conf (/etc/apache2)
| |--dhcpd.conf (/etc/dhcp)
| |--fuse.conf (/etc/(fuse.conf)
| |--hostapd.conf (/etc/hostapd)
| |--interfaces (/etc/network)
| |--mopidy (/home/pi/.config/mopidy/mopidy.conf)
| |--vsftpd.conf (/etc)
| |--vsftpd.chroot_list (/etc)
| |--named.conf.local (/etc/bind)
| |--db.banpberry.net (/etc/bind)
| \--sysctl.conf (/etc net.ipv4.ip_forward=1 para actuar como enrutador)
|
|--scripts (scripts varios)
\--src
|
|--bbOmxControlServer (Servidor de reproduccion de media sobre omxplayer) (Obsoleto)
|--bbServers (Framework y familia de servidores principal)
\--BanpberryController (Android App)
Dependencias:
- hostapd (Incluido en ext-src. No el paquete por defecto de raspbian)
- isc-dhcp-server
- vsftpd
- apache2
- bind9 (DNS Server)
- youtube-dl
- mopidy (Servidor MDP con soporte para spotify)
Opcionales
- lsof
- apt-file
- swatch
- sshfs (Modificar /etc/fuse.conf descomentando user_allow_other y montar con sshfs -o allow_other <dest> <mountpoint>)
- screen
- ntfs-3g
- fbi (framebuffer image picker)