GSoC 2010/Projects/UPnP Remote Access
(→UPnP Remote Access) |
(→UPnP Remote Access) |
||
Line 6: | Line 6: | ||
* '''Repository''' : [http://gitorious.com/gmoya/ (http://gitorious.com/gmoya/)] | * '''Repository''' : [http://gitorious.com/gmoya/ (http://gitorious.com/gmoya/)] | ||
- | Status | + | Status updates for the project : [http://sghai.blogspot.com/search/label/gsoc http://sghai.blogspot.com/search/label/gsoc] |
Revision as of 23:01, 12 July 2010
UPnP Remote Access
- Student : Sunil Ghai (Skg) email : (sunilkrghai@gmail.com)
- Mentor : Zeeshan Ali (zeenix)
- Project Status : accepted, in development
- Repository : (http://gitorious.com/gmoya/)
Status updates for the project : http://sghai.blogspot.com/search/label/gsoc
Project Summary : UPnP facilitates service discovery in a single network but the reach has been limited to a local domain, the project is to bridge them over the Internet
Progress : We decided to do it in Vala, so present implementation uses GUPnP and Libsoup Vala bindings to implement the following features :
- maintaining the state of local UPnP devices using proxy devices and services, to manage queries from external network - (done)
- HTTP proxy in Libsoup to route data coming from external networks to the right local device - (done)
- a discovery mechanism allowing external UPnP control points to search the local network through HTTP - (done)
- keys handling in X.509 certificates (in C)- (done)
Next Tasks
- proper representation of a remote host
- extending UPnP event mechanism
- X.509 certificates integration