Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2002-06-03 20:05:12
Size: 68
Editor: DonPark
Comment:
Revision 4 as of 2002-06-04 20:12:06
Size: 597
Editor: DonPark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 User
 Node
 Statistics
 * User
  * First Name
  * Last Name
  * Wireless Community ID # (off the back of your wifi id card :)
  * Username (Key)
  * IM: ICQ
  * IM: Jabber ID

 * Node
  * Lat
  * Long
  * Antenna type
  * Antenna pointing direction
  * Power output
Line 6: Line 18:
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 32:
[CategoryUnknown] [CategoryDocumentation]

Database

  • User
    • First Name
    • Last Name
    • Wireless Community ID # (off the back of your wifi id card :)

    • Username (Key)
    • IM: ICQ
    • IM: Jabber ID
  • Node
    • Lat
    • Long
    • Antenna type
    • Antenna pointing direction
    • Power output

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


[CategoryDocumentation]

CommunityDatabase (last edited 2012-03-11 02:06:36 by RussellSenior)