• Title/Summary/Keyword: M2M애플리케이션

Search Result 53, Processing Time 0.038 seconds

Framework Construction with Multimedia Component Management System on CORBA (CORBA 환경에서 멀티미디어 컴퍼넌트 관리 시스템을 통한 프레임워크 구축)

  • 김행곤
    • Journal of Korea Multimedia Society
    • /
    • v.2 no.2
    • /
    • pp.217-229
    • /
    • 1999
  • Framework is the set of interrelated classes, constructing reusable design in specific domain or set of abstracted classes, and defines common architecture among applications included in domain. Developers can reuse not only class code but also wide range of knowledge on domain by reusing framework. In this papers, we present COM(Component-Oriented Methodology) for the reuse of framework, and develop construction environment for framework and domain development. That is, domain is analyzed by input of domain knowledge on real world to create software based on component, and hotspot is identified through analyzed information, and redesigned(refactoring) by putting additional information on users and developers. After that, I will create domain framework and application framework depending on domain. In this Component-oriented methodology, information is searched, understood and extracted or composite through component-pattern library storage internally. Then this information is classified into the information on component and pattern respectively, and used as additional information in redesigning. With this, developer can obtain reusability, easiness and portability by constructing infrastructure environment that allow to register, update and delete component through Component Pattern Management System(CPMS) under the development environment which can be easily applied to his own application using multimedia component, in this thesis, CORBA(Common Object Request Broker Architecture) environment.

  • PDF

Deep Learning-based Rail Surface Damage Evaluation (딥러닝 기반의 레일표면손상 평가)

  • Jung-Youl Choi;Jae-Min Han;Jung-Ho Kim
    • The Journal of the Convergence on Culture Technology
    • /
    • v.10 no.2
    • /
    • pp.505-510
    • /
    • 2024
  • Since rolling contact fatigue cracks can always occur on the rail surface, which is the contact surface between wheels and rails, railway rails require thorough inspection and diagnosis to thoroughly inspect the condition of the cracks and prevent breakage. Recent detailed guidelines on the performance evaluation of track facilities present the requirements for methods and procedures for track performance evaluation. However, diagnosing and grading rail surface damage mainly relies on external inspection (visual inspection), which inevitably relies on qualitative evaluation based on the subjective judgment of the inspector. Therefore, in this study, we conducted a deep learning model study for rail surface defect detection using Fast R-CNN. After building a dataset of rail surface defect images, the model was tested. The performance evaluation results of the deep learning model showed that mAP was 94.9%. Because Fast R-CNN has a high crack detection effect, it is believed that using this model can efficiently identify rail surface defects.

Improvement Research of BLE-based System for Monitoring the cause of Breakdown of Automatic Doors (자동문의 고장원인을 모니터링하기 위한 BLE 기반의 시스템 개선연구)

  • Kim, Gi-Doo;Won, Seo-Yeon;Kim, Hie-Sik
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.54 no.7
    • /
    • pp.93-102
    • /
    • 2017
  • Recently increasing usage of smartphones makes the Internet of Things (IoT) a leading technology that can collect and share data through sensor networks and wireless communication such as low-power Bluetooth (BLE). BLE-based application can provide operators more precise information on Automatic Door system by remotely diagnosing the system faults through wireless sensor networks and sensors around the Automatic Door. In this paper, a smart device with extended BLE module is implemented which can monitor and Control the system states and faults remotely without on-site diagnostic. while maintaining system integrity so that increase efficiency of time and costs for system management. We can use the results of this research as a basis in evaluating reliability of data between devices, extending communication module in Controller of obsolete Door systems, and establishing centralized monitoring systems in near future with multi-channel Door Controls.

Study on School Zone Safety System using IT Technology (IoT 기술을 활용한 스쿨존 안전시스템 연구)

  • Nam, Kang-Hyun;Jang, Min-Seok
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.13 no.5
    • /
    • pp.1101-1108
    • /
    • 2018
  • This study is a study of the school zone safety system of the platform part in which processing between device and the application, gateway function processing, and application and service function are cooperatively processed. The device part is the beacons that are supported when the student moves in the school zone. And the section of application is a service announcement that applies to smartphones. Finally, the children's protection area sign shows the number of students registered at the gateway. Gateways operate in two types. The first type is a gateway installed to identify the movement of elementary school students. The second type is a gateway to identify students who have passed through the front door of the school. The IoT platform handles various service functions, child protection area panel support and student counter processing functions.

Emerging P2P Traffic Analysis and Modeling (P2P 트래픽의 특성 분석과 트래픽 모델링)

  • 주성돈;이채우
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.29 no.2B
    • /
    • pp.279-288
    • /
    • 2004
  • Rapidly emerging P2P(Peer to Peer) applications generate very bursty traffic, which gives a lot of burden to network, and the amount of such traffic is increasing rapidly. Thus it is becoming more important to understand the characteristics of such traffic and reflect it when we design and analyze the network. To do that we measured the traffic in a campus network and present flow statistics and traffic models of the measured traffic, and compare them with those of the web traffic. The results indicate that P2P traffic is much burstier than web traffic and as a result it negatively affects network performance. We modeled P2P traffic using self-similar traffic model to predict packet delay and loss occurred in network which are very important to evaluate network performance. We also predict queue length distribution and loss probability in SSQ(Single Sewer Queue). To assess accuracy of traffic model, we compare the SSQ statistics of traffic models with that of the traffic trace. The results show that self-similar traffic models we use can predict P2P traffic behavior in network precisely. It is expected that the traffic models we derived can be used when we design network capacity and predict network performance and QoS of the P2P applications.

A Study on XSS Attacks Characters, Sample of Using Efficient the Regular Expressions (효율적인 정규식 표현을 이용한 XSS 공격 특징점 추출 연구)

  • Huh, Seung-Pyo;Lee, Dae-Sung;Kim, Gui-Nam
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2009.11a
    • /
    • pp.663-664
    • /
    • 2009
  • OWASP에서 발표한 2007년 웹 애플리케이션 취약점 중 하나인 XSS 공격이 사용자 브라우저에서 스크립트를 실행하게 함으로써 사용자의 세션을 가로채거나 웜을 업로드하여 악성코드를 삽입하는 공격이다[2]. 하지만 많은 XSS 방어 기법에서는 단순 스크립트 우회기법과 강제적인 스크립트 차단 방법을 채택하고 있다. 또한 강제적인 XSS 필터 적용으로 과탐지로 인한 정상적인 웹 페이지가 출력 되지 않는 사례가 나타나고 있다. 따라서 본 연구는 효율적인 정규식을 이용하여 XSS 공격 특징을 분석하여 특징점들을 추출하고 이 특징점들을 기반으로 특정한 규칙을 가진 문자열들을 모든 문자가 유효한지 확인할 수 있는 정규식 표현 방법을 이용하여 다양한 응용프로그램에 적용할 수 있는 기술을 연구하고자 한다. 또한 이를 기반으로 포털 사이트와 브라우저에서 제공하는 XSS 필터들과 비교하여 과탐지율 및 오탐지율 서로 비교하여 본 연구가 효율성 면에서 효과가 있는지 우위를 둘 것이며, 브라우저 벤더, 포털 사이트, 개인 PC 등 충분한 시험 평가와 수정을 통해서 응용할 수 있는 계기를 마련할 것이다

Design of Multiple-symbol Lookup Table for Fast Thumbnail Generation in Compressed Domain (압축영역에서 빠른 축소 영상 추출을 위한 다중부호 룩업테이블 설계)

  • Yoon, Ja-Cheon;Sull, Sanghoon
    • Journal of Broadcast Engineering
    • /
    • v.10 no.3
    • /
    • pp.413-421
    • /
    • 2005
  • As the population of HDTV is growing, among many useful features of modern set top boxes (STBs) or digital video recorders (DVRs), video browsing, visual bookmark, and picture-in-picture capabilities are very frequently required. These features typically employ reduced-size versions of video frames, or thumbnail images. Most thumbnail generation approaches generate DC images directly from a compressed video stream. A discrete cosine transform (DCT) coefficient for which the frequency is zero in both dimensions in a compressed block is called a DC coefficient and is simply used to construct a DC image. If a block has been encoded with field DCT, a few AC coefficients are needed to generate the DC image in addition to a DC coefficient. However, the bit length of a codeword coded with variable length coding (VLC) cannot be determined until the previous VLC codeword has been decoded, thus it is required that all codewords should be fully decoded regardless of their necessary for DC image generation. In this paper, we propose a method especially for fast DC image generation from an I-frame using multiple-symbol lookup table (mLUT). The experimental results show that the method using the mLUT improves the performance greatly by reducing LUT count by 50$\%$.

Effect of Smartphone Apps Applying BodyThink Program on Obesity in Adolescent Girls (BodyThink 프로그램을 적용한 스마트폰 앱의 여자 청소년 비만관리 효과)

  • Jun, Min-Kyung;Ha, Ju-Young
    • Journal of Korean Academy of Nursing
    • /
    • v.46 no.3
    • /
    • pp.390-399
    • /
    • 2016
  • Purpose: The purpose of this study was to determine the effects of smartphone apps applying BodyThink program on BMI, percentage of body fat, skeletal muscle rate, body image, and self-esteem of adolescent girls. Methods: Sixty-eight high school girls with a BMI of over $25kg/m^2$ were recruited to participate in this study. Girls from four schools were divided into two groups: the experimental group, which used the smartphone apps applying BodyThink program, and the control group, which used smartphone apps and small group counseling. The experimental group received the BodyThink program 6 times, scheduled once a week, with each session lasting 40~50 minutes. Test measures were completed before and after the 6 week intervention period for all participants. Collected data was analyzed using Shapiro-Wilk test, descriptive statistics, ${\chi}^2$ test, independent t-test, Mann-Whitney U test with the SPSS/WIN 18.0 program. Results: The girls in the experimental group significantly improved their results in BMI(Z=-1.67, p=.042), percentage of body fat (Z=-3.01, p=.001), skeletal muscle rate (t=-3.50, p<.001), and self-esteem (t=2.66, p=.005) after the program, compared to the girls in the control group. Conclusion: Mobile applications applying psychological and emotional intervention programs have the potential to be effective alternative methods to improve the body composition and self-esteem of obese adolescent girls.

Real-time Monitoring of Temperature and Relative Humidity and Visualization of Pest Survey Data for Integrated Pest Management in Collection Storage Area (유물 공간의 종합적 유해생물 관리(Integrated Pest Management)를 위한 실시간(Real-Time) 온습도 모니터링 및 유해 생물 조사 자료의 시각화)

  • Im, Ik-Gyun;Lim, Seong-Duk;Han, Gyu-Seong
    • Journal of Conservation Science
    • /
    • v.37 no.5
    • /
    • pp.440-450
    • /
    • 2021
  • Temperature and humidity data collection using real-time sensors and data loggers was conducted for integrated pest management in the collection storage and exhibition space of the Jeongnimsaji Museum, Buyeo. The real-time temperature and humidity monitoring system collected measurement data every 30 minutes and enabled real-time confirmation of the data through a linked application. If the temperature and humidity data measured in the real-time temperature and humidity monitoring system exceeds the set range, a push notification was sent to the mobile phone of the person in charge to provide status information to establish a continuous management system. Through this, it was possible to immediately recognize and take action when the temperature range exceeded the recommended relic temperature in August. We performed data visualization on the concentration of airborne fungus in the storage area and the inflow path and density of insects. Based on the recommended criteria presented by the National Institute of Cultural Heritage, The data on the spatial and temporal concentration of airborne fungus inside the collection storage were found to be maintained at a value below the standard recommended by the National Institute of Cultural Heritage (80 CFU/m3). Also, as a result of the insect inflow survey, no insects were captured inside the storage area, and in the case of the exhibition space, insects such as Scutigera coleoptrata, Loxoblemmus arietulus, Diestrammena asynamora, Koreoniscus racovitzai were captured. Based on this, as a result of visualization according to the individual density of captured insects by area, it was confirmed that the main inflow paths of insects were the external entrance and the toilet area.

Development of a Java Compiler for Verification System of DTV Contents (DTV 콘텐츠 검증 시스템을 위한 Java 컴파일러의 개발)

  • Son, Min-Sung;Park, Jin-Ki;Lee, Yang-Sun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2007.05a
    • /
    • pp.1487-1490
    • /
    • 2007
  • 디지털 위성방송의 시작과 더불어 본격적인 데이터 방송의 시대가 열렸다. 데이터방송이 시작 되면서 데이터방송용 양방향 콘텐츠에 대한 수요가 급속하게 증가하고 있다. 하지만 양방향 콘텐츠 개발에 필요한 저작 도구 및 검증 시스템은 아주 초보적인 수준에 머물러 있는 것이 현실이다. 그러나 방송의 특성상 콘텐츠 상에서의 오류는 방송 사고에까지 이를 수 있는 심각한 상황이 연출 될 수 있다. 본 연구 팀은 이러한 DTV 콘텐츠 개발 요구에 부응하여, 개발자의 콘텐츠 개발 및 사업자 또는 기관에서의 콘텐츠 검증이 원활이 이루어 질수 있도록 하는 양방향 콘텐츠 검증 시스템을 개발 중이다. 양방향 콘텐츠 검증 시스템은 Java 컴파일러, 디버거, 미들웨어, 가상머신, 그리고 IDE 등으로 구성된다. 본 논문에서 제시한 자바 컴파일러는 양방향 콘텐츠 검증 시스템에서 데이터 방송용 자바 애플리케이션(Xlet)을 컴파일하여 에뮬레이팅 하거나 런타임 상에서 디버깅이 가능하도록 하는 바이너리형태의 class 파일을 생성한다. 이를 위해 Java 컴파일러는 *.java 파일을 입력으로 받아 어휘 분석과 구문 분석 과정을 거친 후 SDT(syntax-directed translation)에 의해 AST(Abstract Syntax Tree)를 생성한다. 클래스링커는 생성된 AST를 탐색하여 동적으로 로딩 되는 파일들을 연결하여 AST를 확장한다. 의미 분석과정에서는 확장된 AST를 입력으로 받아 참조된 명칭의 사용이 타당한지 등을 검사하고 코드 생성이 용이하도록 AST를 변형하고 부가적인 정보를 삽입하여 ST(Semantic Tree)를 생성한다. 코드 생성 단계에서는 ST를 입력으로 받아 이미 정해 놓은 패턴에 맞추어 Bytecode를 출력한다.ovoids에서도 각각의 점들에 대한 선량을 측정하였다. SAS와 SSAS의 직장에 미치는 선량차이는 실제 임상에서의 관심 점들과 가장 가까운 25 mm(R2)와 30 mm(R3)거리에서 각각 8.0% 6.0%였고 SAS와 FWAS의 직장에 미치는 선량차이는 25 mm(R2) 와 30 mm(R3)거리에서 각각 25.0% 23.0%로 나타났다. SAS와 SSAS의 방광에 미치는 선량차이는 20 m(Bl)와 30 mm(B2)거리에서 각각 8.0% 3.0%였고 SAS와 FWAS의 방광에 미치는 선량차이는 20 mm(Bl)와 30 mm(B2)거리에서 각각 23.0%, 17.0%로 나타났다. SAS를 SSAS나 FWAS로 대체하였을 때 직장에 미치는 선량은 SSAS는 최대 8.0 %, FWAS는 최대 26.0 %까지 감소되고 방광에 미치는 선량은 SSAS는 최대 8.0 % FWAS는 최대 23.0%까지 감소됨을 알 수 있었고 FWAS가 SSAS 보다 차폐효과가 더 좋은 것으로 나타났으며 이 두 종류의 shielded applicator set는 부인암의 근접치료시 직장과 방광으로 가는 선량을 감소시켜 환자치료의 최적화를 이룰 수 있을 것으로 생각된다.)한 항균(抗菌) 효과(效果)를 나타내었다. 이상(以上)의 결과(結果)로 보아 선방활명음(仙方活命飮)의 항균(抗菌) 효능(效能)은 군약(君藥)인 대황(大黃)의 성분(成分) 중(中)의 하나인 stilbene 계열(系列)의 화합물(化合物)인 Rhapontigenin과 Rhaponticin의 작용(作用)에 의(依)한 것이며, 이는 한의학(韓醫學) 방제(方劑) 원리(原理)인 군신좌사(君臣佐使) 이론(理論)에서 군약(君藥)이 주증(主症)에 주(主)로 작용(作用)하는 약물(藥物)이라는 것을 밝혀주는 것이라고

  • PDF