-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e1a21d
commit e1f0a20
Showing
300 changed files
with
6,170 additions
and
31,002 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" standalone='no'?><!--*-nxml-*--> | ||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | ||
|
||
<service-group> | ||
<name replace-wildcards="yes">moOde audio player: %h</name> | ||
<service> | ||
<type>_http._tcp</type> | ||
<port>80</port> | ||
</service> | ||
</service-group> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ slaac private | |
#AP mode | ||
#interface wlan0 | ||
#static ip_address=172.24.1.1/24 | ||
#nohook wpa_supplicant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
AM_CXXFLAGS = -std=c++11 | ||
|
||
LDADD = -lupnpp -lpthread -lrt | ||
|
||
bin_PROGRAMS = typedservice ohsender ohradio upexplorer multirdr \ | ||
upsend uplistdir dumpXML \ | ||
rdcvolume myrdcvolume hellodevice helloctl | ||
|
||
typedservice_SOURCES = src/typedservice.cpp | ||
upexplorer_SOURCES = src/upexplo.cpp | ||
multirdr_SOURCES = src/multirdr.cpp | ||
ohradio_SOURCES = src/ohradio.cpp | ||
ohsender_SOURCES = src/ohsender.cpp | ||
uplistdir_SOURCES = src/uplistdir.cpp | ||
rdcvolume_SOURCES = src/rdcvolume.cpp | ||
myrdcvolume_SOURCES = src/myrdcvolume.cpp | ||
dumpXML_SOURCES = src/dumpXML.cpp | ||
hellodevice_SOURCES = hello_src/hellodevice.cpp | ||
helloctl_SOURCES = hello_src/helloctl.cpp | ||
|
||
upsend_SOURCES = upsend_src/upsend.cpp \ | ||
upsend_src/streamer.cpp \ | ||
upsend_src/wav.cpp | ||
upsend_LDADD = -lupnpp -lmicrohttpd -lpthread -lrt | ||
upsend_CPPFLAGS = -I/usr/include/libupnpp -I$(top_srcdir)/src -DHAVE_STD_FUTURE=1 |
Oops, something went wrong.