Giter Site home page Giter Site logo

xiezhenguang / secs-simulator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kenta-shimizu/secs-simulator

0.0 0.0 0.0 9.03 MB

This is SEMI SECS-Simulator Java application

License: Apache License 2.0

Shell 0.17% Python 1.09% Java 98.58% Standard ML 0.16%

secs-simulator's Introduction

secs-simulator

image

This is SEMI-SECS-Simulator Java application.

Get Application, How to use

github.io.
This application is free of charge.

Related repositories

Extend SML

SML is from PEER Group

Now

  • <NOW[16]>

    DateTimeFormatter dtf = DateTimeFormatter.ofPattern("uuuuMMddHHmmssSS");
    LocalDateTime.now().format(dtf);
  • <NOW[12]>

    DateTimeFormatter dtf = DateTimeFormatter.ofPattern("uuMMddHHmmss");
    LocalDateTime.now().format(dtf);

    See also s2f18.sml, s2f31.sml

Auto number

Using AtomicLong#incrementAndGet

Auto-replies

Auto-reply

Auto-reply conditions.

  • AbstractSecsSimulatorConfig#autoReply#booleanValue == true
  • Received primary message has wbit.
  • Received primary message Function-number is odd number.
  • Has only ONE added SML to reply.

Auto-reply-S9Fy

Auto-Reply-S9Fy conditions.

  • AbstractSecsSimulatorConfig#autoReplyS9Fy#booleanValue == true

Auto-Reply-S9F1

Reply if received message device-id is not valid.

Auto-Reply-S9F3

Reply if has no added SML to reply Stream-number.

Auto-Reply-S9F5

Reply if has no added SML to reply Function-number.

Auto-Reply-S9F9

Reply if T3-Timeout.

Auto-reply-SxF0

Auto-Reply-SxF0 conditions.

  • AbstractSecsSimulatorConfig#autoReplySxF0#booleanValue == true
  • Received primary message has wbit.
  • Has no added SML to reply (e.g. if received "S1F1 W", not added "S1F2")

secs-simulator's People

Contributors

kenta-shimizu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.