• Title/Summary/Keyword: 맵 플랫폼

Search Result 76, Processing Time 0.028 seconds

Design and Implementation of Mobile Map Service on the WIPI Platform (WIPI 플랫폼에서 모바일 맵 서비스의 설계 및 구현)

  • Choi Jin-Oh
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2006.05a
    • /
    • pp.457-460
    • /
    • 2006
  • For avoiding the waste of costs for building each mobile platform according to each mobile communication vender, KWISF proposed WIPI platform standard. Already the venders are providing mobile map services which are adapted on their own platforms. Because the integration of various mobile platform was performed to WIPI standard, the changes of platform and component API may cause the environment changes of mobile nap services. This study shows the design and implementation results of mobile map services adapted to WPI environments.

  • PDF

Map Browser Client for LBS using WIPI platform (WIPI platform기반 LBS 맵 브라우저 클라이언트)

  • 고상보;좌정우
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2004.05a
    • /
    • pp.522-528
    • /
    • 2004
  • Mobile internet service based on CDMA network evolution and multifunction mobile terminal is popular in Korea. Mobile internet service is classified as the information service using browser and mobile multimedia service using download platform. Killer applications based on multifunction mobile terminals have been developed for new business in mobile internet services. One of killer applications is location based seurvice (LBS) using mobile location information. In this paper, we develop mobile map browser using WIPI platform that is the main function in LBS. Mobile map browser interworking with GIS server provides the map information. The developed mobile map browser can be working on PDA and telematics terminals when WIPI is porting on these devices.

  • PDF

Design and Consideration of Aids to Navigation service platform (항로표지 서비스 플랫폼 설계 및 고려 사항)

  • Gyeong-Min Jo;Tae-Hee Kim
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2023.05a
    • /
    • pp.301-302
    • /
    • 2023
  • A service platform was designed to provide smart aids to navigation services with the standardized format and to manage user authentication and access rights. To meet the requirements of the service platform, Keycloak, an open source OIDC implementation, was used for user authentication, and the S-100 feature catalogue versioning method was used for service management. To standardize internal service data to S-100, we designed a minimum standard format for mapping internal service data to S-100 data using JSON Schema.

  • PDF

The Technical Trend and Prospect of Platform Integration for Smart Grid System (스마트 그리드 환경의 통합 플랫폼 구현을 위한 기술현황 및 전망)

  • Choi, Seung-Hwan;Oh, Do-Eun;Kim, Young-Il;Kim, Young-Jun;Kang, Shin-Jae
    • Proceedings of the KIEE Conference
    • /
    • 2011.07a
    • /
    • pp.1977-1978
    • /
    • 2011
  • 스마트그리드는 기존의 전력망에 정보통신 기술을 융합하여 공급자와 소비자가 양방향으로 실시간 전력 정보를 교환함으로써 에너지 효율을 최적화 하고자 하는 차세대 전력망이다. 기존의 공급자 중심의 일방향성, 폐쇄성, 획일적인 전력망에서 수요자 중심의 양방향성, 개방성을 특징으로 하며 다양한 서비스를 제공하게 된다. 스마트그리드의 운영환경에서의 비즈니스 모델에 따라 기존 서비스 플랫폼과 신규 서비스 플랫폼을 융합할 수 있는 정보통합 체계가 구축되어야 한다. 또한 이종 플랫폼을 융합할 수 있는 적응 모듈이 체계적으로 설계되어야 하며, 이종 체계간 상호운용성 확보는 필수사항이다. 한편 우리나라는 기후변화 등 범 세계적인 이슈에 대응하기 위하여 저탄소 녹색성장, 에너지 효율향상 및 신성장 동력 창출을 위하여 국가 전략 로드맵을 수립하고 국가 단위의 실증사업을 통한 선제적 대응에 총력을 다하고 있다. 실제로 국가 로드맵과 실증사업은 지능형 전력망, 지능형 소비자, 지능형 운송, 지능형 신재생, 지능형 전력서비스의 5개 분야의 응용서비스 영역 기반으로 나누어져 각각의 서비스 플랫폼 구조를 가지고 있으며, 이에 대한 스마트그리드 플랫폼 통합 체계 기술은 스마트그리드의 핵심 기술이다.

  • PDF

Graphical TopicMaps Editor(GTM Editor) (도식화된 토픽맵 편집기)

  • Ahn, Ki-Jin;Lee, Jae-Ho
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10b
    • /
    • pp.289-293
    • /
    • 2006
  • 국내에서도 표준화 작업이 진행 중인 토픽맵은 분산된 정보와 지식의 관리를 지원하기 위한 국제 표준이다. 이 논문에서는 이클립스(Eclipse) 플랫폼의 플러그인 개발환경인 GMF를 이용하여 비교적 작은 도메인에 대한 토픽맵의 구조를 도식화된 방법으로 표현하고, 간편하고 직관적인 편집기능을 사용자에게 제공하며, 이러한 구조의 간단한 프로토타입 정보라 할 수 있는 Linear Topic Map Notation(LTM)을 만들어 내는 플러그 인을 소개할 것이다.

  • PDF

A Dynamic Service Library Reconfiguration Method of Android Platform (안드로이드 기반 서비스 라이브러리의 동적 재구성)

  • Lee, Young-Seok
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.17 no.5
    • /
    • pp.1145-1153
    • /
    • 2013
  • Android mobile platform copy the class files of all applications installed in android platform and keep them into one directory. But to add the service library into a platform, Android must generate a new binary image of platform and replace the platform because android refer the libraries using the memory-mapped file method in a directory. And this memory-mapped file reference method waste the storage space of mobile device because that directory include the duplicated libraries if the libraries refered by application are duplicated, Therefore a dynamic reconfiguration method on android mobile platform is needed to manage the service libraries of application executed on android platform and support the version management and function addition/modification. In this paper, we propose the platform dynamic reconfiguration method to add dynmically the service libraries on android platform.

A Comparative Study on Mashup Performance of Large Amounts of Spatial Data and Real-time Data using Various Map Platforms (다양한 맵 플랫폼을 이용한 대용량 동적정보와 공간정보의 매쉬업 성능 비교 연구)

  • Kang, Jin-Won;Kim, Min-Soo
    • Journal of Cadastre & Land InformatiX
    • /
    • v.47 no.2
    • /
    • pp.49-60
    • /
    • 2017
  • Recently, the use of mashup that integrates real-time data with spatial data such as tiled map and satellite imagery has been increased significantly. As the use of mashup has been extended to various fields of O2O, LBS, Smart City, and Autonomous Driving, the performance of mashup has become more important. Therefore, this study aims to compare and analyze the performance of various map platforms, when large amounts of real-time data are integrated with spatial data. Specifically, we compare the performance of most popular map platforms available in Korea, such as Google Maps, OpenStreetMap, Daum Map, Naver Map, olleh Map, and VWorld. We also compare the performance using most common web browsers of Chrome, Firefox and Internet Explorer. In the performance analysis, we measured and compared the initialization time of basic map and the mashup time of real-time data for the above map platforms. From analysis results, we could find that Google Maps, OpenStreetMap, VWorld, and olleh Map platforms showed a better performance than the others.

전자해도 데이터 기반 웹 맵 서비스 구축에 관한 연구

  • Lee, Yeong-Ju;O, Jae-Yong;Kim, Hye-Jin;Park, Se-Gil;Park, Ji-Su
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2016.05a
    • /
    • pp.319-321
    • /
    • 2016
  • 전자해도는 전자해도표시시스템(ECDIS)에 사용할 목적으로 선박의 항해와 관련된 모든 해도 정보를 국제수로기구(IHO)의 표준규격(S-57)에 따라 제작된 디지털해도를 말한다. 전자해도는 주로 전자해도표시시스템를 통해 이용되거나 필요한 데이터를 추출, 가공 절차를 거쳐 활용되고 있다. 본 연구에서는 전자해도 데이터 기반 웹 맵 서비스 구축 방법을 제시한다. 웹 맵 서비스는 다양한 플랫폼에서 사용할 수 있어 전자해도의 활용도를 높여주고, 맵 데이터의 업데이트를 용이하게 한다. 향후 제시된 방법을 통해 전자해도 데이터 기반의 시스템 개발에 폭넓게 활용될 것으로 예상된다.

  • PDF

Container Orchestration Comparison and Analysis (컨테이너 오케스트레이션 비교 및 분석)

  • Ji-hun Oh
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2023.07a
    • /
    • pp.595-596
    • /
    • 2023
  • 본 논문에서는 컨테이너 오케스트레이션 플랫폼에 대하여 분석하고자 한다. 공공 클라우드 전환 로드맵 검토에 따라 클라우드 네이티브 전환을 위한 기술로 컨테이너, 마이크로서비스, 컨테이너 오케스트레이션의 중요성이 강조되고 있다. 대표적인 컨테이너 오케스트레이션 도구인 Kubernetes, Docker Swarm, Mesos를 비교하며, 이들의 초기 설치 용이성, 볼륨 관리, 애플리케이션 배포, 장애 관리 등에 대해 분석하고, 이를 통해 각 도구의 장단점과 적용 상황에 따른 고려사항을 파악함으로써, 클라우드 네이티브 전환 로드맵 수립에 도움을 제공하고자 한다.

  • PDF

Trends of IoT Device Platforms and Building its Ecosystems (IoT 단말 플랫폼동향 및 생태계 구축)

  • Kim, S.T.;Jeong, J.S.;Song, J.K.;Kim, H.Y.
    • Electronics and Telecommunications Trends
    • /
    • v.29 no.4
    • /
    • pp.82-90
    • /
    • 2014
  • 우리 사회는 산업혁명, 정보화혁명을 거쳐, 모든 것이 인터넷과 연결되는 사물인터넷(Internet of Things) 기반의 초연결 혁명 진행 중에 있다. 이에 정부는 사물인터넷을 공공, 산업, 개인 등 국가사회 현안 해결의 수단으로 활용하여 산업경쟁력 강화 및 창의적 IoT 서비스 제품 창출과 중소 중견 전문기업 육성을 시도하고 있다. 이에 본고에서는 사물인터넷의 핵심인 단말 플랫폼기술에 대한 글로벌 기업 및 프로젝트들의 하드웨어와 소프트웨어 융합기반 사업화 동향을 분석하고, 국내 단말 플랫폼의 개발현황 및 문제점을 살펴본다. 뿐만 아니라, 향후 사물인터넷의 단말 플랫폼 경쟁력 확보 및 생태계 구축을 위한 단말 소프트웨어 플랫폼과 하드웨어 플랫폼 구축방법으로 개발자 지향 개방형 SW-SoC(System on Chip) 융합을 통한 인프라 구축방안 제시하고, 사물인터넷 서비스의 확산을 위해 산 학 연 협력기반 기술개발 로드맵 방향을 제시한다.

  • PDF