• Title/Summary/Keyword: 지도 API

Search Result 768, Processing Time 0.033 seconds

A Design and Implementation of Local Festivals and Travel Information Service Application

  • Jae Hyun Ahn;Hang Ju Lee;Se Yeon Lee;Ji Won Han;Won Joo Lee
    • Journal of the Korea Society of Computer and Information
    • /
    • v.28 no.11
    • /
    • pp.65-71
    • /
    • 2023
  • In this paper, we design and implement the Walking Life Festival application, which is based on the Android platform and provides information about domestic travel destinations and regional festivals in South Korea. This application utilizes various sensors found in smartphones, including the Step Counter sensor, Step Detector sensor, Acceleration sensor, and GPS sensor. Additionally, it makes use of Google Map API and Public Open API to offer information about domestic travel destinations and local festivals. The application also incorporates an automatic login feature using the Shared Preference API. When storing login information in the database, it encrypts the input plaintext data using a hash algorithm. For Google Maps integration, it creates objects using the Google.maps.LatLngBounds() method and extends the location information through the extends method. Furthermore, this application contributes to the activation of the domestic tourism industry by notifying users about the timing of local festivals related to domestic travel destinations, thus increasing their opportunities to participate in these festivals.

SPA ViewModel Transformation for RESTful API (RESTful API를 위한 SPA ViewModel 변환)

  • Dong-il Cho
    • Journal of Internet Computing and Services
    • /
    • v.24 no.1
    • /
    • pp.9-15
    • /
    • 2023
  • Single-Page Application(SPA) requires data transformation for communication with RESTful API. The Backend for Frontend(BFF) pattern handles this transformation in the server, but there is some problem that increases the number of communication and makes development and distribution difficult. In this study, we propose an architecture that maps the ViewModel of SPA and the model of RESTful API directly in SPA. The proposed architecture automatically generates a mapping model between the RESTful API model and the ViewModel using the OpenAPI specification, which is the document model of the RESTful API. The data transfer component of SPA automatically converts RESTful API data and ViewModel using the created model. As a result of comparison with the existing BFF method through case study, the proposed architecture showed higher development productivity than BFF, and as a result of load tests, it recorded about 6% lower server CPU occupancy compared to BFF.

Stream-based API composition for stable API Gateway (안정적인 API 게이트웨이를 위한 스트림 기반 API 조합)

  • Dong-il Cho
    • Journal of Internet Computing and Services
    • /
    • v.25 no.1
    • /
    • pp.1-8
    • /
    • 2024
  • In the API gateway, API composition is an essential function that can reduce the number of client calls and prevent over-fetching and under-fetching. API composition that operate with IMJ (In-Memory Join) consume a lot of resources, putting a burden on the performance of the API gateway. In this paper, to improve the problem of IMJ-style API composition, we propose SAPIC (Stream-based API Composition), which delivers the data to be composed to the client by streaming. SAPIC calls each MSA API that makes up the client response data and immediately streams the received response data to the client, reducing the resource consumption of the API gateway and providing faster response time compared to IMJ. As a result of a comparison experiment with GraphQL, a representative API combination technology, SAPIC recorded a maximum CPU occupancy rate of approximately 21 to 70 % lower, a maximum heap usage rate of approximately 16 to 74 % lower, and a throughput rate that was 1 to 2.3 times higher than GraphQL.

Design and Implementation of Spatial Guide System Using Google Maps API (구글맵 API를 이용한 공간적 방향안내 시스템의 설계 및 구현)

  • Kim, Taehyeok;Moon, Hyoenjun;Moon, Mikyeong
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2017.11a
    • /
    • pp.1264-1266
    • /
    • 2017
  • 현재 사람들이 원하는 목적지를 가기 위해 스마트 폰의 여러 지도 애플리케이션들이나 이정표를 이용한다. 그러나 2차원으로 나타나는 스마트폰의 지도 애플리케이션들로 3차원인 현실의 방향을 파악하기란 쉽지 않고, 이정표 또한 안내 가능한 방향, 게시되는 언어의 수가 제한되는 등의 문제가 있다. 본 논문에서는 이러한 문제를 보완할 수 있는 구글 맵 API를 이용하여 공간적으로 방향을 안내 해주는 시스템의 설계 및 개발 내용에 대해 기술한다. 이 시스템은 구글맵 API의 검색 기능을 통해 얻은 목적지를 안내판이 회전하여 이용자에게 방향과 거리를 안내함으로써, 3차원인 현실에서의 공간적 방향을 파악하는데 도움을 준다. 또한 기존의 이정표와 달리 새로운 장소에 대해 소프트웨어적인 업데이트만 실시하면 되므로 유지비용을 줄이는 효과를 기대 할 수 있다.

Design and Implementation of HAL and Java API for Embedded System (임베디드 시스템을 위한 HAL과 JAVA API 설계 및 구현)

  • Lee, Jin-Kwan;Lee, Dae-Hyung;Jung, Kyu-Cheol;Lee, Jong-Chan;Park, Ki-Hong
    • Convergence Security Journal
    • /
    • v.8 no.1
    • /
    • pp.57-65
    • /
    • 2008
  • The implement of JAVA API for supporting the embedded system is capable of developing the object oriented system with code reuse because the developer is able to use JAVA in the embedded system. The system dependant parts for implementing JAVA API are realized from a native function. In this paper, we devide JAVA API into the platform-independent JAVA part and platform-dependent native part for the implementation of JAVA API to manage the linux based embedded system devices, and focus on the control of the embedded system devices using JAVA API.

  • PDF

Study on the API Hooking Method Based on the Windows (윈도우 API 후킹 탐지 방법에 대한 연구)

  • Kim, Wan-Kyung;Soh, Woo-Young;Sung, Kyung
    • Journal of Advanced Navigation Technology
    • /
    • v.13 no.6
    • /
    • pp.884-893
    • /
    • 2009
  • Recently, malicious attacks for Windows operate through Window API hooking in the Windows Kernel. This paper presents the API hooking attack and protection techniques based on Windows kernel. Also this paper develops a detection tool for Windows API hooking that enables to detect dll files which are operated in the kernel. Proposed tool can detect behaviors that imports from dll files or exports to dll files such as kernel32.dll, snmpapi.dll, ntdll.dll and advapidll.dll, etc.. Test results show that the tool can check name, location, and behavior of API in testing system.

  • PDF

A study on neutralization malicious code using Windows Crypto API and an implementation of Crypto API hooking tool (윈도우즈 Crypto API를 이용한 악성코드 무력화 방안 연구 및 도구 구현)

  • Song, Jung-Hwan;Hwang, In-Tae
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.21 no.2
    • /
    • pp.111-117
    • /
    • 2011
  • Advances in encryption technology to secret communication and information security has been strengthened. Cryptovirus is the advent of encryption technology to exploit. Also, anyone can build and deploy malicious code using windows CAPI. Cryptovirus and malicious code using windows CAPI use the normal windows API. So vaccine software and security system are difficult to detect and analyze them. This paper examines and make hooking tool against Crytovirus and malicious code using windows CAPI.

A Design and Implementation of Local Festivals and Travel Information Service Application (지역 축제 및 여행 정보 서비스 애플리케이션 설계 및 구현)

  • Lee, Won Joo;Ahn, Jae Hyeon;Lee, Se Yeon;Lee, Hang Ju;Han, Ji Won
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2022.07a
    • /
    • pp.239-240
    • /
    • 2022
  • 본 논문은 안드로이드 플랫폼의 내장 센서 중 만보기 기능을 구현할 수 있는 걸음 횟수 센서(Step Counter Sensor)와 걸음 감지 센서(Step Detector Sensor), GPS 센서, Google Map API, 공공 데이터 포털 Open API를 활용하여 국내 여행지 및 국내 지역 축제 정보를 제공하는 애플리케이션을 설계하고 구현한다. 이 애플리케이션은 특정 걸음 수를 달성했을 때 국내 여행지를 무작위로 추천하여 추천 지역까지의 걸음 수를 카운트하는 방식으로 사용자에게 목표를 부여하고, 추천 국내 여행지 방문 및 축제 참여 기회와 성취감을 얻도록 한다.

  • PDF

Design and Implementation of A Native ATM API (Native ATM API의 설계 및 구현)

  • Seong, Jong-Jin
    • The Transactions of the Korea Information Processing Society
    • /
    • v.4 no.5
    • /
    • pp.1337-1348
    • /
    • 1997
  • Ip over ATM and LAN Emulation over ATYM are cimmon methosd for applications to use ATM netework.But these can hardly provide full ATM serviece because of legacy transprot and network protocols they use.This paper presents work of desing and implementation of a Native ATM API that can enable direct use of native ATM scriviccs.In our work, Native ATM API specification which accommodates ATM Forum's "Native ATM Services :Semantic Deseription"has been defined, and based on this, Native ATM API has been implemented of our development are addressed, and implementation envuroment, sofware archiercture, Native ATM API library functions, and applecation programming using our Native ATM API are described.described.

  • PDF

Detection of systems infected with C&C Zeus through technique of Windows API hooking (Windows API 후킹 기법을 통한 C&C Zeus에 감염된 시스템의 탐지)

  • Park, Chul-Woo;Son, Ji-Woong;Hwang, Hyun-Ki;Kim, Ki-Chang
    • Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology
    • /
    • v.5 no.2
    • /
    • pp.297-304
    • /
    • 2015
  • Zeus is one of the will-published malwares. Generally, it infects PC by executing a specific binary file downloaded on the internet. When infected, try to hook a particular Windows API of the currently running processes. If process runs hooked API, this API executes a particular code of Zeus and your private information is leaked. This paper describes techniques to detect and hook Windows API. We believe the technique should be able to detect modern P2P Zeus.