Wifi
From OpenSimulator
m |
m (→Wifi URLs When Operational: typo in url) |
||
Line 85: | Line 85: | ||
http://<yourgridhostname>:8002/wifi | http://<yourgridhostname>:8002/wifi | ||
− | http://< | + | http://<yourstandalonehostname>:9000/wifi |
'''Examples''' | '''Examples''' | ||
Diva Tagus Test World (temporary August 2010): http://tagus.ics.uci.edu:9000/wifi | Diva Tagus Test World (temporary August 2010): http://tagus.ics.uci.edu:9000/wifi |
Revision as of 12:40, 4 August 2010
Wifi - A Simple Account Management Front-end
"Wifi" stands for ...
This is an add-on module that IS NOT IN THE CORE of OpenSim. It is provided by Diva Canto and can be added to OpenSim 0.7 onwards. Please do not ask the core OpenSim team for support.
Contents |
Introduction
Initial information is available from http://www.metaverseink.com/blog/?p=37... (permission to summarise being sought)
Diva Distribution
Wifi is included and enabled by default in the Diva Distribution:
- Description: http://www.metaverseink.com/blog/
- Downloads and binary distribution: http://github.com/diva/d2/downloads
- Source Code: http://github.com/diva/diva-distribution/
Adding Wifi to your OpenSim Setup
TBA - notes here are guesswork at present. Hoping to clarify what is needed and where its available.
Additions to Standard OpenSim Distribution (from 0.7 onwards)
Source Code Approach
Get Diva Distribution which contains the Wifi modules from http://github.com/diva/diva-distribution/
Extract the following into your standard OpenSim distribution:
- addon-modules/Wifi/*
- addon-modules/1WifiScriptEngine/*
- add-on-modules/Modules/*
- WifiPages/*
Use addon-modules/Wifi/Wifi.ini.example as a basis for what to add to the relevant OpenSim.ini and either Robust.ini or Robust.HG.ini depending on your architecture.
More I am sure...
Binary Approach
Partial trial to see what is needed. Not working yet.
Obtain the required modules from the Diva Distribution and place them in the equivalent locations in your OpenSim directory:
- bin/Diva.Modules.dll (needed or not?)
- bin/Diva.Wifi.dll
- bin/Diva.Wifi.ScriptEngine.dll
- WifiPages/*
- doc/WIFI.txt
- Additional licence or readme text needed?
Additions to Robust.ini or Robust.HG.ini
TBD
Additions to OpenSim.ini
TBD
Seting Configuration Parameters
[WifiService] GridName = "grid name" LoginURL = "http://<hotsname>:9000" WebAddress = "http://<hostname>:9000" ;; The Wifi Administrator account AdminFirst = "Wifi" AdminLast = "Admin" AdminEmail = "you@example.com" ;; Do you want to be able to control grid registrations? AccountConfirmationRequired = false ;; Variables for your mail server ;; Users will get email notifications from this account. SmtpHost = "mail.example.com" SmtpPort = "587" SmtpUsername = "you@example.com" SmtpPassword = ""
Wifi URLs When Operational
http://<yourgridhostname>:8002/wifi http://<yourstandalonehostname>:9000/wifi
Examples
Diva Tagus Test World (temporary August 2010): http://tagus.ics.uci.edu:9000/wifi