• Title/Summary/Keyword: .NET framework

Search Result 414, Processing Time 0.025 seconds

A Design and Implementation of Mobile Game Based on Windows Phone Platform (Windows Phone Platform 기반의 모바일 게임 설계 및 구현)

  • Park, Jin-Yang
    • Journal of the Korea Society of Computer and Information
    • /
    • v.19 no.10
    • /
    • pp.91-97
    • /
    • 2014
  • In this paper, we design and implement a mobile game based on windows phone platform. Visual Studio and the Windows Mobile software development kit(SDK) and developer tool kits (DTK) make it possible to create software for the Windows Mobile platform in Visual C#. Also The XNA Framework is the set of .NET libraries that developers will code against to build games. XNA Framework support PC and XBOX and a ZUNE HD multiplex platform environment and 2D and 3D games provides the necessary functions to a development. XNA Framework is to make it easier to develop games because the codes which are succeeded creates with automatic, implements a game development relation resource and the game logic. The key idea of our game is that we use shooting and ranking system to raise fun.

A Design and Implementation of Embedded RFID Middleware System based SOA Environment Using .Net Compact Framework (.Net Compact Framework를 활용한 SOA 환경 기반의 임베디드 RFID 미들웨어 시스템 설계 및 구현)

  • Moon, Il-Hyeon;Han, Sae-Ron;Choi, Kwan-Sun;Kim, Song-Sik;Jeon, Chang-Wan;Lee, Sun-Heum;Jeon, Heung-Gu
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.9 no.6
    • /
    • pp.1639-1646
    • /
    • 2008
  • This study designed and realized a new type of RFID middle-ware based on .NET Compact Framework platform using PXA255 embedded board and Windows CE as operating system. The proposed embedded RFID middle-ware system controls via LAN a number of RFID sensors using RS-232 as interface and was designed on the basis of components of each function necessary RFID middle-ware. Application module operating in the SOA environment analyzes the data received from the RFID sensors with the embedded RFID middle-ware and in turn performs appropriate business logic. Client module to be used by end users can use RFID information in database, by web method call of application.

Secure Component Composition for Practical Systems (실용적인 시스템을 위한 안전한 소프트웨어 컴포넌트 조합)

  • Lee Eun-Young
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.16 no.4
    • /
    • pp.43-57
    • /
    • 2006
  • When building a software system out of software components, the composition is not simple because of the complexity caused by diverse versions, digital signatures, static type information, and off-the-shelf components from various vendors. Well-established linking policies are one of the best solutions to solve the complexity problem at linking time. Secure Linking (SL) enables users to specify their linking policies which can be enforced at link time. Secure Linking framework is a framework based on a higher-order logic in order to help build a SL system. This paper shows that the Secure Linking logic is expressive enough to describe a real-world component composition system, the linking protocol of.NET. The paper also demonstrates the advantage of the logic-based linking framework by discussing the weakness of the code signing protocol in.NET which was found while we encoded the assembly linking system of.NET.

Effective Routing Protocol Implementation Framework on Riverbed (OPNET) Modeler and its Example for AntHocNet (Riverbed (OPNET) Modeler의 효과적인 라우팅 프로토콜 추가 프레임워크 및 이를 이용한 AntHocNet 라우팅 구현)

  • Kim, Kwangsoo;Lee, Cheol-Woong;Shin, Seung-hun;Roh, Byeong-hee;Roh, Bongsoo;Han, Myoung-hun
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.41 no.8
    • /
    • pp.974-985
    • /
    • 2016
  • Riverbed Modeler, which is a commercial packet-level discrete event simulator is used to model, design, and simulate complicated communication protocols and large-scale network. Riverbed Modeler got credit for its reliability in field of network simulation. In the MANET simulation environment using Riverbed Modeler, it is very complicated to add a new routing protocol into existing architecture of routing protocols because it is required lots of modifications of protocol recognition. In this paper, we propose Routing Adding Framework which can reduce errors or mistakes during modifying the existing routing support architecture. Routing Adding Framework is provided as a adapter API for protocol recognition. and it is only minimum modifications for protocol identifiers when a new routing protocol is added to the child process of manet_mgr process which manages routing protocols for IP layer. With Routing Adding Framework, we can reduce less than half modification. Then, we shows an example of implementation of a hybrid routing protocol AntHocNet using Routing Adding Framework, and we verify its design and application of the Routing Adding Framework by obtaining simulation result with similar result given by AntHocNet.

R2NET: Storage and Analysis of Attack Behavior Patterns

  • M.R., Amal;P., Venkadesh
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.17 no.2
    • /
    • pp.295-311
    • /
    • 2023
  • Cloud computing has evolved significantly, intending to provide users with fast, dependable, and low-cost services. With its development, malicious users have become increasingly capable of attacking both its internal and external security. To ensure the security of cloud services, encryption, authorization, firewalls, and intrusion detection systems have been employed. However, these single monitoring agents, are complex, time-consuming, and they do not detect ransomware and zero-day vulnerabilities on their own. An innovative Record and Replay-based hybrid Honeynet (R2NET) system has been developed to address this issue. Combining honeynet with Record and Replay (RR) technology, the system allows fine-grained analysis by delaying time-consuming analysis to the replay step. In addition, a machine learning algorithm is utilized to cluster the logs of attackers and store them in a database. So, the accessing time for analyzing the attack may be reduced which in turn increases the efficiency of the proposed framework. The R2NET framework is compared with existing methods such as EEHH net, HoneyDoc, Honeynet system, and AHDS. The proposed system achieves 7.60%, 9.78%%, 18.47%, and 31.52% more accuracy than EEHH net, HoneyDoc, Honeynet system, and AHDS methods.

A Practical Reference Model of Component Frameworks (컴포넌트 프레임웍의 실용적 참조 모델)

  • Her Jin-Sun;Kim Soo-Dong
    • Journal of KIISE:Software and Applications
    • /
    • v.33 no.6
    • /
    • pp.525-538
    • /
    • 2006
  • Component-Based Software Engineering (CBSE) is widely accepted as new paradigms for building applications with reusable assets. Mismatch problems occur while integrating the assets and make a burden in CBSE. Therefore, a larger-grained reuse unit than a component such as a framework is required, and it consists of relevant components, connectors and domain-specific architecture. The benefits of frameworks over components are commonly known, however, the key elements and internal structure of framework has not been clearly defined. We believe most of the framework models proposed in recent works remain at conceptual level. In this paper, we propose a practical-level framework reference model, and define key elements of frameworks. The research goal is to precisely identify concrete elements of a framework, inter-connection of components within a framework, extended notion of connectors, and tailored meaning of architecture In a framework. Hence, the proposed framework can be practically implemented in common object-oriented languages and with middleware such as lava, J2EE, CORBA Component Model (CCM) and NET.

Design of a PDA WebDAV Client Based on .NET Compact Framework (.NET Compact Framework 기반의 PDA WebDAV 클라이언트 설계)

  • Kim Dongho;Shin Wonjoon;Park Jinho;Lee Myungjoon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.583-585
    • /
    • 2005
  • WebDAV 프로토콜은 웹상의 공동 저작활동을 지원하기 위한 IETF 표준으로써, 원거리에 있는 사용자들 간에 파일을 공동 편집하고 관리할 수 있도록 해주는 HTTP 프로토콜의 확장이다. 이것은 웹상에서 가상의 작업공간을 구성함으로써, 원격 사용자들 간에 새로운 방식으로 공동작업을 가능하게 한다. 무선 네트워크 기술과 무선 장치의 발달로 이동을 하면서 WebDAV 서버에 접속한 후 협업을 수행한다면 유선 환경보다 효율적인 협업을 할 수 있을 것이다. 본 논문에서는 .NET Compact Framework 환경에서 동작하는 PDA WebDAV 클라이언트를 설계하였다. 본 클라이언트는 무선 네트워크를 지원하는 환경에서 PDA를 이용하여 WebDAV 서버와 HTTP 요청을 통하여 서버 자원을 확인할 수 있다. 이러한 PDA WebDAV 클라이언트는 PDA 환경에 맞는 인터페이스를 가져야 하고, 또한 WebDAV 명세를 따라야 한다. PDA WebDAV 클라이언트는 공간의 제약을 받지 않는 PDA를 이용함으로써 자료의 효율적인 공유 및 교환을 통하여 능동적인 협업 환경을 구축 할 수 있다.

  • PDF

A PDA WebDAV Client Based on .NET Compact Framework (.NET Compact Framework 기반의 PDA WebDAV 클라이언트)

  • Park Jin-Ho;Kim Dong-Ho;Lee Hong-Chang;Lee Myung-Joon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06d
    • /
    • pp.82-84
    • /
    • 2006
  • WebDAV는 IETF 표준으로서 웹상에서 분산 저작을 지원하도록 HTTP를 확장한 프로토콜이다. WebDAV 클라이언트는 WebDAV 프로토콜을 이용하여 WebDAV 서버자원을 관리하는 도구이다. 현재 WebDAV 기반의 자원 관리가 널리 사용되면서 무선 네트워크 환경에서 동작하는 클라이언트의 필요성이 증대되고 있다. 본 논문에서는 무선 네트워크를 지원하는 PDA에서 동작하는 WebDAV 클라이언트의 구현에 대하여 기술한다. 개발된 클라이언트는 간결한 사용자 인터페이스를 제공하며 WebDAV의 기본 메소드를 지원한다. 사용자는 인터페이스와 기본 메소드를 이용하여 WebDAV 서버에 자원을 등록하고, 서버 자원에 대한 열람, 검색, 이동 및 삭제를 할 수 있으며, 서버 자원을 내려 받을 수 있다. 본 클라이언트는 PDA에서 동작하기 위해서 .NET Compact Framework를 기반으로 구현 하였으며 관련 에뮬레이터를 이용하여 실험하였고 이를 실제 PDA장치인 'HP iPAQ hx2700'에 이식하여 검증하였다.

  • PDF

3D Rendering of Magnetic Resonance Images using Visualization Toolkit and Microsoft.NET Framework

  • Madusanka, Nuwan;Zaben, Naim Al;Shidaifat, Alaaddin Al;Choi, Heung-Kook
    • Journal of Multimedia Information System
    • /
    • v.2 no.2
    • /
    • pp.207-214
    • /
    • 2015
  • In this paper, we proposed new software for 3D rendering of MR images in the medical domain using C# wrapper of Visualization Toolkit (VTK) and Microsoft .NET framework. Our objective in developing this software was to provide medical image segmentation, 3D rendering and visualization of hippocampus for diagnosis of Alzheimer disease patients using DICOM Images. Such three dimensional visualization can play an important role in the diagnosis of Alzheimer disease. Segmented images can be used to reconstruct the 3D volume of the hippocampus, and it can be used for the feature extraction, measure the surface area and volume of hippocampus to assist the diagnosis process. This software has been designed with interactive user interfaces and graphic kernels based on Microsoft.NET framework to get benefited from C# programming techniques, in particular to design pattern and rapid application development nature, a preliminary interactive window is functioning by invoking C#, and the kernel of VTK is simultaneously embedded in to the window, where the graphics resources are then allocated. Representation of visualization is through an interactive window so that the data could be rendered according to user's preference.