1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 03:31:52 +00:00
Commit graph

182 commits

Author SHA1 Message Date
albfan
84d602793d Install dbus policy
closes #107
2017-04-15 17:30:47 +02:00
albfan
96cc7eda51 kdbus is avaliable by default
relates to #41
2016-06-26 12:29:12 +02:00
albfan
9e95e79d1a Debug hardware tester 2016-01-24 20:56:37 +01:00
albfan
810768c54c Version 1.0 2016-01-24 20:52:40 +01:00
albfan
742014d2ea Basic autocompletion
closes #39
2015-10-24 11:19:58 +02:00
albfan
84f22d9f96 Parse text log level
closes #42
2015-10-24 11:19:58 +02:00
albfan
545e3d2f89 Select interface to use
Start miraclecast against interface of choose.

- By tagged udev device
- By `--interface` or `-i` option

resolves #36, resolves #43, resolves #46
2015-10-24 11:19:58 +02:00
albfan
e143be49c5 rename tester to denote is prerrequisite 2015-10-24 11:19:58 +02:00
albfan
06cc0e8ba3 log wpa messages 2015-10-24 11:19:58 +02:00
albfan
94a0f3b5ba documentation about autocompletion 2015-10-24 11:19:58 +02:00
albfan
a0f00ba469 comment avaliable prov methods
Use only pbc method, but keep commented all available methods
2015-10-24 11:19:58 +02:00
albfan
b02c75a238 Add basic autocompletion
relates #39
2015-10-24 11:19:58 +02:00
albfan
fce3cf7278 miraclecast starts wpa_supplicant
relates #35
2015-10-24 11:19:58 +02:00
albfan
8f21f124b6 ignored wpa events
relates to #37
2015-10-24 11:19:58 +02:00
albfan
1e3b7dd011 config udev tag
relates to #36
2015-10-24 11:19:57 +02:00
albfan
be8dc5c5bb prov type for default config 2015-10-24 11:19:57 +02:00
albfan
c6382f8254 remove commented code 2015-10-24 11:19:57 +02:00
albfan
3dc2e252b9 manage prov type 2015-10-24 11:19:57 +02:00
albfan
45f2172a59 add config to wpa.conf 2015-10-24 11:19:57 +02:00
mike-work
da24a37b21 fixed broken link in readme. 2015-10-24 11:19:57 +02:00
albfan
cfd704e9ef wrong counting wifi devices
relates to #27
2015-10-24 11:19:57 +02:00
albfan
91c1ffcbde Ease script debugging
relates to #27
2015-10-24 11:19:57 +02:00
albfan
f5fb475343 fix script wrappers
Avoid kill-wpa.sh to exit script when sourced and there is no wpa_supplicant connection
Avoid false positives on wpa_supplicant detection
2015-07-03 18:56:21 +02:00
Alberto Fanjul
0921f6ee32 Merge pull request #25 from JoKoT3/master
add or correct shebang on res scripts
2015-05-15 20:12:37 +02:00
Jonathan Gibert
069c61d927 add or correct shebang on res scripts 2015-05-15 17:08:01 +02:00
albfan
1287ce7a82 more flexible scripts to enable/disable wpa configuration 2015-05-01 22:33:32 +02:00
albfan
0f2e51af91 verbose killing previous wpa_supplicant connection 2015-05-01 22:33:32 +02:00
albfan
f24bcb8ae9 polish device tester script
closes #22
2015-05-01 22:33:32 +02:00
albfan
c51ec02aa9 renamed test viewer script 2015-05-01 22:09:54 +02:00
Alberto Fanjul
189d894e22 testing device capabilities
A first tester for device P2P capabilities
2015-04-30 01:00:58 +02:00
albfan
0844d81e2a install on arch linux through AUR package 2015-04-12 11:18:13 +02:00
albfan
544758f3d2 cleanup cmake config 2015-04-12 10:34:42 +02:00
albfan
12193e473c update instructions for autotools 2015-04-11 23:50:59 +02:00
albfan
d45cb7ef3a Merge branch 'cmake' 2015-04-11 23:31:16 +02:00
albfan
9a3a2abeab remove redundant path on include 2015-04-11 23:29:35 +02:00
albfan
76b773c491 consider all files obsolete always 2015-04-11 23:25:26 +02:00
albfan
8484a126be fix cmake compilation
closes #7
2015-04-11 23:11:52 +02:00
albfan
8b61f733da avoid miracle filter on wifi devices 2015-03-30 13:41:30 +02:00
albfan
640f731d44 Merge branch 'agusakov' 2015-03-30 13:40:52 +02:00
Andrey Gusakov
2fac0f0ea9 Notice sinkctl if pending peer fails to connect/disconnects
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
1a86754573 Show timeout error
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
cafa336f5e miracle-gst.sh pass -r argument (output video resolution)
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
c1b476146c RTSP: reply with only requested parameters
Some peers (like Nexus 5 and Nexus 7) send empty GET_PARAMETER
request during streaming. Seems it just some kind of ping. Do not
include unnecessary information in reply.

Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
62460a9e89 RTSP: parse SET_PARAMETER resolution
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
ca07b34f3b RTSP: support reading hex and skiping
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
c6334a7509 Allow to set resolution mask from command line
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
9be88e46bf Add WFD defines and helpers
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
0d54cd4e0b Separate go_neg_request and provision_discovery
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
563a415a24 Accept connection only on p2p_go_neg_request
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00
Andrey Gusakov
5aa1772240 Add P2P-GO-NEG-REQUEST handler
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
2015-03-30 12:06:38 +02:00