• Title/Summary/Keyword: Tcl/Tk

Search Result 12, Processing Time 0.029 seconds

Developing a Bridge Module to Java Component for SID Simulator (SID 시뮬레이터와 자바 컴포넌트 연동 모듈 개발)

  • Ma'ruf, Hasrul;Kwon, Jin Baek
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2010.11a
    • /
    • pp.1635-1637
    • /
    • 2010
  • Simulation tools help creating a low cost and efficient development of embedded system. SID is an open source simulator software that consists library of components for modelling hardware and software components. A component can be written in C/C++ and Tcl/Tk. Currently, the SID simulation toolkit only provides support for C++ and Tcl/Tk. Tcl/Tk is used to write GUI-based components. However, we have observed that Tcl/Tk components cause slow simulation response because Tcl/Tk is a script language. It is not proper for developing the cutting-edge products with rich graphics. Therefore, in this paper, we suggest Java to a new language for GUI components in SID by developing a bridge module for SID to interworking with Java components.

Supporting Java Components in the SID Simulation System

  • Ma'ruf, Hasrul;Febiansyah, Hidayat;Kwon, Jin-Baek
    • Journal of Information Processing Systems
    • /
    • v.8 no.1
    • /
    • pp.101-118
    • /
    • 2012
  • Embedded products are becoming richer in features. Simulation tools facilitate low-costs and the efficient development of embedded systems. SID is an open source simulation software that includes a library of components for modeling hardware and software components. SID components were originally written using C/C++ and Tcl/Tk. Tcl/Tk has mainly been used for GUI simulation in the SID system. However, Tcl/Tk components are hampered by low performance, and GUI development using Tcl/Tk also has poor flexibility. Therefore, it would be desirable to use a more advanced programming language, such as Java, to provide simulations of cutting-edge products with rich graphics. Here, we describe the development of the Java Bridge Module as a middleware that will enable the use of Java Components in SID. We also extended the low-level SID API to Java. In addition, we have added classes that contain default implementations of the API. These classes are intended to ensure the compatibility and simplicity of SID components in Java.

A Real Time Scan Detection System against Attacks based on Port Scanning Techniques (포트 스캐닝 기법 기반의 공격을 탐지하기 위한 실시간 스캔 탐지 시스템 구현)

  • 송중석;권용진
    • Journal of KIISE:Information Networking
    • /
    • v.31 no.2
    • /
    • pp.171-178
    • /
    • 2004
  • Port scanning detection systems should rather satisfy a certain level of the requirement for system performance like a low rate of “False Positive” and “False Negative”, and requirement for convenience for users to be easy to manage the system security with detection systems. However, public domain Real Time Scan Detection Systems have high rate of false detection and have difficulty in detecting various scanning techniques. In addition, as current real time scan detection systems are based on command interface, the systems are poor at user interface and thus it is difficult to apply them to the system security management. Hence, we propose TkRTSD(Tcl/Tk Real Time Scan Detection System) that is able to detect various scan attacks based on port scanning techniques by applying a set of new filter rules, and minimize the rate of False Positive by applying proposed ABP-Rules derived from attacker's behavioral patterns. Also a GUI environment for TkRTSD is implemented by using Tcl/Tk for user's convenience of managing network security.

Development of HDD Vibration/Shock Simulation Tool for Design Engineers (설계자 전용 HDD 진동/충격해석 프로그램 개발)

  • Kim, J.G.;Lee, J.K.
    • Journal of Power System Engineering
    • /
    • v.13 no.5
    • /
    • pp.46-51
    • /
    • 2009
  • Recently, the shock resistance and dynamic characteristics of hard disk drives have become more important due to their highly increased storage density and miniaturization. In this study, we have developed an ANSYS/Mechanical/LS-DYNA based HDD vibration/shock simulation tool for design engineers. This simulation tool using ANSYS APDL can produce a parametric finite element modeling of HDD automatically and has GUI-based applications using the script program language Tcl/Tk. In the present tool, we adopt the reliable methodology of vibration/shock simulation, which is experimentally verified. It is expected that this simulation tool can make the repetitive computational efforts for the shock-proof design of HDD drastically reduced.

  • PDF

A Study on GUI Development of Structural Analysis of LNG Pump Tower (LNG 운반선용 펌프타워의 구조해석 GUI개발에 관한 연구)

  • Lee, Kang-Su;Son, Choong-Yul
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.20 no.5
    • /
    • pp.605-613
    • /
    • 2007
  • The purpose of this study is to develop a structural analysis system of LNG pump tower structure. The system affords to build optimized finite element model and procedure of the pump tower structure. The pump tower structure is one of the most important components of LNG (liquefied natural gas) carriers. The pump tower structure is subject to sloshing load of LNG induced by ship motion depending on filling ratio. Three typer of loading components, which are thermal, inertia and self-gravity are considered in the analysis. The finite element analysis is performed with ANSYS commercial code. The failure of each members can be evaluated of API unity and punching shear in ABS rule. The GUI is newly developed using Tcl/tk script language. All these design and analysis procedures are embedded in to the analysis system successfully.

Design and Implementation of ASN.1/GDMO Development Environment for TMN (TMN을 위한 ASN.l/GDMO 통합 환경 설계 구현)

  • Kim, Young-Chul
    • The KIPS Transactions:PartC
    • /
    • v.11C no.4
    • /
    • pp.463-470
    • /
    • 2004
  • ASN.1/GDMO is the management object used in network management of TMN(Telecommunication Management of Network). However, ASN.1/GDMO is not directly used for managing the network, but translated Into a language with object-oriented paradigm. Therefore we need a development environment for handling ASN.1/GDMO. In this paper we present an integrated development environment(IDE) which consists of an editor and a browser. A user manages ASN.1/GDMO elements with GUI. The IDE is implemented with FLEX and BYACC in UNIX. And Objectivity DB is used as the DB and Tcl/Tk is used for developing GUI. This paper shows how the integrated environment of ASN.1 and GDMO works, and that it enables to manage efficiently the network.

ASN.1 Source Code Auto-Generator (ASN.1 원시 코드 자동 생성기)

  • 정진영;김영철
    • Journal of the Korea Society of Computer and Information
    • /
    • v.8 no.4
    • /
    • pp.28-34
    • /
    • 2003
  • ASN.1 is the most fundamental technology in network management. The develoment of ASN.1 environment requires three steps : compiler work to parse ASN.1 languages, updating database with the parsing results, and pretty-printing work for data in the database. This paper presents the design and implementation of the translator which automatically translates the specification of ASN.1 to the object-oriented language C++. This system provides a total environment including for various graphic user interface, DB interface, browser to develop ASN.1 for development environment of ASN.1 For the implementation, Objectivity DB is used for database, flex and yacc for compiling, and Tcl/Tk for user interface.

  • PDF

Object-Oriented Design Object Analyzer based on the WWW (WWW 기반의 객체지향 설계 정보 분석 도구)

  • 유정목;배명남;최동운;양재동
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10b
    • /
    • pp.12-14
    • /
    • 1998
  • 본 논문에서는 소프트웨서 개발 과정에서 얻은 설계정보들을 웹 위에서 참조하고 파악할 수 있도록 구축한 환경에 대해 기술한다. 이를 위해, 개발 과정에서 얻은 설계 정보들을 웹 검색 구조에 맞도록 변화하는 과정과, 여기에서 얻어진 여러 형식의 많은 정보들을 저장하고 유지하기 위한 웹 저장소(WR: Web Repository), 그리고 WR내에 구축된 분석 정보들을 보이고, 개발자의 요구에 따라 분석 정보들을 제어하기 방안을 설명하다. 개발 환경은 Solaris 2.5에서 Tcl/Tk와 C++를 활용하여 구현하며, 클라이언트의 애플릿(applet) 개발을 위해 tclet을 활용한다.

The Local Version Manager for Object Orientaed Software Development Environment (객체 지향 소프트웨어 개발 환경을 위한 지역 버전관리자)

  • Choi, Dong-Oun;Kim, Soo-Yong;Song, Hang-Sook
    • The Transactions of the Korea Information Processing Society
    • /
    • v.5 no.12
    • /
    • pp.3036-3046
    • /
    • 1998
  • Various versions can be generated in course of development of object-oriented software in a distributed system. Research methods are required for the efficient management of these various versions, For this reason, this paper proposes a model of version which is based on five dimensional object space this is extended from FONASSE data model shich we have suggested. We developed a method of version numbering for the effective managa of the versions. for make software developers manage versions efficiently, we design and implement local version manager by using TCI/TK and C' in Solaris 2.5.

  • PDF

Development of Strength Analysis Modules for TiNi/Al 6061 Shape Memory Alloy (TiNi/Al 6061 형상기억 복합재료의 강도해석 모듈 개발)

  • 이동화;박영철;박동성;이규창
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2001.04a
    • /
    • pp.692-696
    • /
    • 2001
  • Thermo-mechanical behavior and mechanical properties of intelligent polymer matrix composite with SMA fiber are experimentally studied. It is found that increments of compressive thermal strain is observed as the pre-strain and TiNi volume fraction increase. The smartness of the SMA is given due to the shape memory effect of the TiNi fiber which generates compressive residual stress in the matrix material when heated after being prestrained. In the paper, alloy is based on the general purpose commercial code ANSYS. And for the purpose of easy and fast user's analysis, it is developed the Graphical User Interface by using Tcl/Tk language.

  • PDF