← Revision 1 as of 2002-06-03 20:05:12 →
Size: 68
Comment:
|
Size: 847
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Database User Node Statistics |
Databases * User * String Username (Key) * First Name * Last Name * Wireless Community ID # (off the back of your wifi id card :) * Type ICQ ID * Type Jabber ID * Type Address, mailing * Node * String ID (Key) * Type: GPS loc * Antenna type * Antenna pointing direction * Power output * Type: Address, Antenna * Type: Affiliated group [n] * Type: User, Owner [n] * Type: User, Maintainer [n] * * GPS Loc * float lat * float long * float altitude |
Line 6: | Line 29: |
System for getting at the data * XML-RPC interface * xmlrpc.personaltelco.net:3322 * inserts * updates * queries * Q: <nodequery sql="select * where name=\"PCHS\" " /> * A: <node> <name>PCHS</name> </node> ... Implementation * PHP page talking to a MySQL server |
|
Line 8: | Line 43: |
[CategoryUnknown] | [CategoryDocumentation] |
Databases
- User
- String Username (Key)
- First Name
- Last Name
Wireless Community ID # (off the back of your wifi id card
- Type ICQ ID
- Type Jabber ID
- Type Address, mailing
- Node
- String ID (Key)
- Type: GPS loc
- Antenna type
- Antenna pointing direction
- Power output
- Type: Address, Antenna
- Type: Affiliated group [n]
- Type: User, Owner [n]
- Type: User, Maintainer [n]
* GPS Loc
- float lat
- float long
- float altitude
System for getting at the data
- XML-RPC interface
- xmlrpc.personaltelco.net:3322
- inserts
- updates
- queries
Q: <nodequery sql="select * where name=\"PCHS\" " />
A: <node> <name>PCHS</name> </node> ...
Implementation
- PHP page talking to a MySQL server