Nori (English)
De Open movilforum wiki
Tabla de contenidos |
[editar] Description
The Nori project is a developers version of the Movistar desktop (which can downloaded here [1] ). The Project has 2 elements:
1.- Framework NORI, which must be installed in the computers that you want to work with 2.- NORI SDK, Development Kit in order to program in the framework using any language compatible with COM.
[editar] Framework Nori
The NORI runtime is a COM automation server, through which multiple clients can access the same shared resources (mainly 3g cards and modems) There is an Observer Pattern that allows the application to communicate with the runtime.
It is language independent: C++, VB, C#, JavaScript, VBScript, Python... and it provides enough functionality to develop web pages that access it (p.e. using AJAX) or implement Gadgets that use Windows Vista. There is a large number of compatible cards, witch will continue to grow in the future, as will the functionalities associated with the framework. The framework can:
- Detect used hardware
- Monitor hardware
- Establish GPRS (2G) and UMTS (3G) connections.
- Configure the characteristics of the connection
[editar] NORI Framework installation
Nori Works with Windows 2000, XP, and Windows Vista. However the provided example only works with Windows Vista, because it uses the Vista-only Windows Gadgets functionality.
In the MovilForum section of the project you will find a zip archive, download it to a folder and, from the command line type
nori.exe /regserver
to uninstall type
nori.exe /unregserver
[editar] NORI SDK
It’s the group of libraries and functions to Access the NORI framework, in its section in Open Movilforum you will find a pdf document with the necessary information
[editar] Related links
Mobile Manager is a D-Bus service that allows to control and use 3G Data Devices on Linux platforms. It is a concept similar to NORI but for Linux OS, distributed under GPLv2 licence.
