The Development of mutual utilize system which share GPS camera
Image to make use through the internet
B). Local data center
Local data center in necessary to have the minimum system for being authorized form Meta data center.
Local data center needs the following lists.
Local data center needs
-
windows NT server ( ver 3.51 later )
- web server
there are two kinds of image on GIN
- original image
original image keeps on Local data center server and registered user has its ownership . image size isn't fixed.
- thumbanail image.
thumbanail keeps on Meta data center sever and is used on GIN home page as catalog image. image size is fixed. If registered user want to register image, he has to prepare and send it to Meta data center .
GPS camera original images are placed on Local data center sever machine, dividing into two kinds of permissions .
GPS camera original images are placed on Local data center sever machine, dividing in to tow kinds of permissions .
- Full open data
open original image to everyone through GIN
- Conditional open data
open only meta data to everyone through GI. If someone wants this image, owner opens original image to him conditionally. Meta data center intermediates between the two sides.
C). registered user
Registered user must belong to Local data center, they are permitted by Local data center registers GLPS camera image by using Application for image Registered ( AIR), and he have to decide the permission for each image.
D). GIN user
If someone has the following system, he can access to GIN home page and download GPS camera image somewhere and every time.
GIN user needs
-
internet connect system ( personal computer, modem, etc)
- web browser ( Netscap Navigator, Internet Explorer, MOSAIC, etc. )
3. Development of GIN
at first, we builded the data base on the Meta data machine . when we built it, we utilize relational model. The second, we connected database to WWW sever, so we can open the data through the internet. The third, we developed AIR which creates Registration Information File ( RIF). RIF is the key file to transport data between Meta data center and Local data center.
Registration information File ( RIF)
RIF is described information of Local data center and registered user and registered image it ahs kept on each registered user of personal directory on Local data server . When registered users want to register or update image, this file is used. Registered users have to tell to Meta data center when he modify contents of RIF to Meta data center database. It has prescribed format, and must be written by ASCII code. Summary of prescribed format is following.
- RIF is divided into three block.
- header section ( local data center info , personal registered user info )
- group info section (meta data of group info)
- image info section ( each registered image info )
- all of record of RIF must be written just one line.
- Each element is separated by TAB code ( 0x09)
Sample RIF written by prescribed format is published at the back of this paper if RIF is written by prescribed format, registered user don't need to use AIR. But they can make and modify RIF easier if they use AIR.
- Building of GIN database
We built GIN data base which is based n relational model. Built table is following
- Table for GPS camera image.
Main function of this table is to manage information of GPS camera image.
But this table isn't only designed for GLPS camera data but also designed by using concept of grouping image. in the other words meta data is also included group information which made by registered user. So GIN user is able to find wanted image more easily by using group information ( not only data and longitude, latitude) .
- table of managing registered user
this table is to manage information of Local data center and registered user.
- Linking between WWW server and database.
At present, it is popular that to use CGI ( common Gateway Interface ) for linking between WWW sever and database. But we use ISAP ( Internet sever API) . Because ISPAI is more faster than CGI.
- Development of Application for Image Registered ( AIR)
Registered user AIR to register images to GIN. AIR is able to be downloaded from GIN home pages. This application makes RIF by inputting, so Meta data center get RIF ( user FTP) after registered user pull trigger ( on GIN home page).