• 제목/요약/키워드: Embedded Server

검색결과 412건 처리시간 0.024초

Adaptable Online Game Server Design

  • Seo, Jintaek
    • Journal of information and communication convergence engineering
    • /
    • 제18권2호
    • /
    • pp.82-87
    • /
    • 2020
  • This paper discusses how to design a game server that is scalable, adaptable, and re-buildable with components. Furthermore, it explains how various implementation issues were resolved. To support adaptability, the server comprises three layers: network, user, and database. To ensure independence between the layers, each layer was designed to communicate with each other only via message queues. In this architecture, each layer can have an arbitrary number of threads; thus, scalability is guaranteed for each layer. The network layer uses input/output completion ports(IOCP), which shows the best performance on the Windows platform, it can handle up to 5,000 simultaneous connections on a typical entry-level computer, despite being built with a single-threaded user layer. To completely separate the database from the game server, the SQL code was not directly embedded in the database layer.

모바일 네트워크를 이용한 임베디드 전광판제어기의 구현 (Implementation of the Embedded System Screen Control using Mobile Network)

  • 이연석;김양우
    • 한국정보통신설비학회:학술대회논문집
    • /
    • 한국정보통신설비학회 2006년도 하계학술대회
    • /
    • pp.269-273
    • /
    • 2006
  • In this paper, a remote screen control by mobile networks on embedded system is implemented. For this system a server program is ported on the embedded system connected with internet. And on the side of a mobile phone, a client program is ported using GVM. The embedded system can display the text and image from the mobile phone on its LCD. In the implemented embedded system the text and image data from GVM emulator is sent to the system for display on its LCD. The realization of the proposed embedded system can display the text :md image from a working mobile phone.

  • PDF

문자기반 모바일 네트워크를 이용한 임베디드 전광판의 원격제어 시스템의 구현 (Implementation of the Embedded System Screen Control using Text-Based Mobile Network)

  • 이연석;윤영준
    • 제어로봇시스템학회논문지
    • /
    • 제12궈1호
    • /
    • pp.72-77
    • /
    • 2006
  • In this paper, a remote screen control by mobile networks on embedded system is implemented. For this system a server program is ported on the embedded system connected with internet. And on the side of a mobile phone, a client program is ported using GVM. The embedded system can display the text from the mobile phone on its LCD. In the implemented embedded system, the text data from GVM emulator is sent to the system for display on its LCD. The realization of the proposed embedded system can display the text from a working mobile phone.

임베디드 리눅스를 이용한 웹 기반 빌딩자동화시스템 (Web-based Building Automation System using Embedded Linux)

  • 신은철;이수영;최병욱
    • 제어로봇시스템학회논문지
    • /
    • 제10권4호
    • /
    • pp.334-340
    • /
    • 2004
  • In this paper, a Web-based management system for the building network is described. A multi-protocol converter based on SoC and embedded Linux is designed. The open source licensing, reliability, and broad hardware support are key reasons for use of embedded Linux in embedded industry. The multi-protocol converter integrates control network of RS-485 and LonWorks devices through TCP/IP protocol for a client with Java applet. The system consists of three-tier architecture, such as a client, a server that is performed on a multi-protocol converter, and control devices. The developed system includes the inverter motor control system with modbus protocol for the RS-485 network. The experiment results show that the multi-protocol converter using embedded Linux is a flexible and effective way to builda Web -based monitoring and control system.

AJAX를 이용한 소방엔진펌프의 모니터링과 제어 시스템 구현 (Implementation of Monitoring and Control System for Fire Engine Pump using the AJAX)

  • 양오;이헌국
    • 반도체디스플레이기술학회지
    • /
    • 제15권3호
    • /
    • pp.40-45
    • /
    • 2016
  • In this paper, the fire engine pump is controlled and monitored by the AJAX (Asynchronous Javascript and Xml) in the web server. The embedded system with built-in system having a processor and a memory of high performance occurs many problems in transmitting the large amount of data in real time through the web server. The AJAX is different from HTML (Hyper Text Makeup Language) with java script technology and can make RIA (Rich Internet Application). It process the necessary data by using asynchronous and it take advantage of usefulness, accessibility, a fast response time. Using AJAX can build up web server with real time and monitoring that fire engine pump status, check processing pump memory in the event of fire, also remotely monitors can do. The web server system can control the fire engine pump as like the black box. The experimental results show the effectiveness and commercialize possibility.

임베디드 OS에서의 역할기반 접근제어 적용 (Appplication of Role-based access control in Embedded OS)

  • 임재덕;은성경;김기영;김정녀;이철훈
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2007년도 심포지엄 논문집 정보 및 제어부문
    • /
    • pp.163-165
    • /
    • 2007
  • Recently, the security requirements of the embedded system which were not considered when the embedded system is independently deployed are being increased because the embedded system is connected to an internet. The connection to the internet of embedded system is the meaning that it is exposed to the various kinds of external attack and can be a victim to these attacks in anytime. Particularly, it is trend that the user-related information is stored into the personal terminals and/or electrical appliances such as PDA, home gateway for home network, settop boxes and so on. So it is needed the security mechanism which protects the user information from the malicious accesses. Accordingly, the coverage of the system security is being expanded from the general server to the embedded system. And it is not enough that the embedded system supports only its inherent functions and it becomes the essential element to provide the security function to the embedded system. This paper applies the RBAC(role-based access control) function to the embedded linux OS and tries to strengthen the security of the embedded linux OS. RBAC is implemented as a loadable kernel module with LSM(Linux Security Module) security framework for user's flexibility.

  • PDF

사설IP 기반 홈네트워크에서 세션이동성 지원의 적응적인 SIP 응용서버 시스템 구조 설계 (Design of the Adaptive SIP Application Server System Architecture supporting SIP-based Session Mobility over the Home Network configured with Private IP)

  • 오연주;범민준;김동희;백의현
    • 대한임베디드공학회논문지
    • /
    • 제1권2호
    • /
    • pp.73-81
    • /
    • 2006
  • The home network is generally separated from the Internet, as it is made up of a private network due to security issues and the lack of IPv4 addresses space. Also, a user may want to move from a terminal to another terminal connected in the home network during communicating with people outside the home. In this case, people connected in the Internet, or another home network could not communicate the user at the home. These limitations prevent a SIP-capable device connected in the home network from communicating with another SIP-capable device connected in the Internet or the outside of the home network. To overcome the limitations, This paper proposes the Adaptive SIP Application Server System as a software architecture that a user inside of the home can communicate with people outside of the home when the home is composed of a private IP-based network. Moreover, the proposed architecture provides the session mobility that allows the user to maintain a media session even if changing the terminal inside of the home during the session established. The proposed system was implemented over a home server device which acts functionality as a connection point for transmitting IP packets between a home network and the Internet.

  • PDF

저전력 네트워크 기반의 확장 용이한 스마트 홈 IoT 시스템 (An Extensible Smart Home IoT System Based on Low-power Networks)

  • 이준영;유성은
    • 대한임베디드공학회논문지
    • /
    • 제13권3호
    • /
    • pp.133-141
    • /
    • 2018
  • There are increasing interests on smart home systems. However, most of the existing works focus on the functionality itself. In this paper, we propose an extensible smart home system based on low power networking such as CoAP, 6LoWPAN, and Zigbee. The proposed home IoT system consists of Home APP, Home Server, Home Broker, and Power Devices. Each component of the system is connected by the low-power network technologies aforementioned. As the end device, Power Device senses the current consumption of the attached appliance and controls the power to it. Power Device reports the sensing data to Home Server via Home Broker. The Home Broker enhances the scalability of the system. Home Broker extends the service area and the user's services, and it manages the connection of the underlying devices and processes, and transmits data to Home Server from Power Devices. Through the experimental evaluation, we show that the proposed system achieves the design goals such as extensibility and low power networking.

엘리베이터 에러 검출을 위한 지능형 DAQ Board 설계 (Intelligence DAQ Board Design for Elevator error detecting)

  • 황재명;강두영;김형권;안태천
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 2004년도 추계학술대회 학술발표 논문집 제14권 제2호
    • /
    • pp.498-501
    • /
    • 2004
  • 본 논문에서는 엘리베이터의 제어 신호들과 액추에이터들을 동작시키기 위한 릴레이 그리고 액츄에이터의 동작을 센서와 포토 커플러를 이용하여 샘플링 한다. 제안하는 시스템에서는 예외적인 상황에서 오류가 발생하는 사례를 퍼지 데이터베이스로 구성하고 산출된 엘리베이터에러를 최종적으로 엘리베이터 관리자에게 통보함으로써 사고 발생 시 즉각적인 대책과 인명피해에 대한 빠른 구조 활동을 계획할 수 있도록 한다. 시스템에 사용된 알고리즘은 제어 신호를 입력으로 한 퍼지 if-then rule 이며, 관리자와의 통신은 Bluetooth를 통하여 Embedded Server에 신호를 전송하고 최종적으로 Embedded Server에서 인터넷 IP를 통하여 관리자에게 에러 발생 여부를 통보하게 된다. 인터넷 IP를 활용함으로써 거리의 제약이 사라지고 실시간으로 엘리베이터의 상태를 파악 할 수 있게 된다. 궁극적으로 승객의 안전과 편의를 도모하기 위해 본 논문의 시스템이 제안되었다.

  • PDF

스마트 빌딩 시스템을 위한 임베디드 웹서버의 디자인 (Design of the Embedded Webserver for Smart Building System)

  • 유종일;신승우;장경배;심일주;박귀태
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2004년도 하계학술대회 논문집 D
    • /
    • pp.2461-2464
    • /
    • 2004
  • Recently, research about optimizing network of IBS(Intelligent Building System) is in progress activity. When we install existent building control network using general PC, system's efficiency drops. Because server that is charged with the task process is not and is expensive. Also, CapEx(Capital Expenditure) rises because of setting up the network equipment to integrate different protocol in building system. In this paper, we suggests the embedded web server that has various network structure.

  • PDF