[go: up one dir, main page]

Showing 64 open source projects for "fsm"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Hightouch is a data and AI platform for marketing and personalization. Icon
    Hightouch is a data and AI platform for marketing and personalization.

    Marketing needs data and AI. Give them Hightouch.

    Find insights, run real-time campaigns, and build AI agents with all your data.
    Learn More
  • 1
    FSM for Go

    FSM for Go

    Finite State Machine for Go

    FSM is a finite state machine for Go. It is heavily based on two FSM implementations. Javascript Finite State Machine, and Fysom for Python. Visualize outputs a visualization of a FSM in Graphviz format. VisualizeForMermaidWithGraphType outputs a visualization of a FSM in Mermaid format as specified by the graphType. VisualizeWithType outputs a visualization of a FSM in the desired format.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Django friendly finite state machine

    Django friendly finite state machine

    Django friendly finite state machine support

    ...These methods could contain side effects of the state change. You may also take a look at the Django-fsm-admin project containing a mixin and template tags to integrate Django-fsm state transitions into the Django admin. FSM really helps to structure the code, especially when a new developer comes to the project. FSM is most effective when you use it for some sequential steps. Transition logging support could be achieved with help of django-fsm-log package.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    AIOGram

    AIOGram

    Framework for Telegram Bot API written in Python 3.7 with asyncio

    aiogram is modern and fully asynchronous framework for Telegram Bot API written in Python with asyncio and aiohttp. It helps you to make your bots faster and simpler. Is a pretty simple and fully asynchronous framework for Telegram Bot API written in Python 3.7 with asyncio and aiohttp.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    HanoiVM

    HanoiVM

    HanoiVM is a recursive, AI-augmented ternary virtual machine

    ...It is the execution core of the **Axion + T81Lang** ecosystem, enabling stack-tier promotion, symbolic AI opcodes, and entropy-aware transformations across three levels of logic: - 🔹 `T81`: 81-bit operand logic (register-like) - 🔸 `T243`: Symbolic BigInt + FSM state logic - 🔺 `T729`: Tensor-based AI macros with semantic dispatch Designed for research, language development, and future ternary hardware acceleration, **HanoiVM** is literate, modular, and fully recursive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Data Center Infrastructure Management Icon
    Data Center Infrastructure Management

    Fully utilize your assets. Lower data center costs. Prevent downtime.

    netTerrain DCIM is a Data Center Infrastructure Management (DCIM) software that helps organizations automate and simplify the management of its entire Data Center and IT infrastructure. This solution is used by organizations that need to manage environmental capacity with less effort (space, rack, data, and power), track their IT assets and inventory, and efficiently manage cabling.
    Try it Now
  • 5

    Active Object real-time OS

    AO RTOS is small real time OS based on Active Object concurrency model

    AO-RTOS is a pure object-oriented small footprint real-time operating system for embedded devices. The project is using Active Object (or Actor) concurrency model and finite state machine (FSM) design template as implementation base.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    StateS

    StateS

    Draw and Simulate Finite States Machines (FSM)

    Simple tool for drawing Finite State Machines (FSMs). StateS has moved to GitHub and will no longer be updated on SourceForge. New link: https://github.com/ClementFoucher/StateS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The FSKC is a CASE tool that allows developers to specify all valid and invalid state-event combinations of a finite state machine (FSM) through a simple to use GUI. Functions called from the FSK can be coded and linked to form a complete FSM.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    SmGen

    Verilog Finite State Machine (FSM) Code Generator

    SmGen is a finite state machine (FSM) generator for Verilog. On the other hand, it is not an FSM entry tool. The input is behavioral Verilog with clock boundaries specifically set by the designer. SmGen unrolls this behavioral code and generates an FSM from it in synthesizable Verilog. Clock boundaries are explicitly provided by the designer so there is good control on the expected timing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    glint

    glint

    A tool for finite state machine analysis and synthesis.

    ...You just tell glint how you would like your control entity to operate and glint returns to you the synthesised magic black box which implements the desired logic. Also glint can tell you in regexp style which event sequences your FSM can handle and which are forbidden for it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Industry Leading Platform for eCommerce Enablement and Analytics Icon
    The Industry Leading Platform for eCommerce Enablement and Analytics

    With MikMak Insights, brands gain real-time eCommerce analytics on the channels, campaigns, creative, and audiences that drive conversions.

    MikMak’s Where to Buy Shoppable Solutions help multichannel brands drive sales, grow market share, and increase profitability while reducing costs across categories such as CPG, Grocery, Alcohol, Beauty, Personal Care, Pet Care, Home Care, Consumer Electronics, Home Appliances, Toys, and more.
    Learn More
  • 10

    FSM: Font System Manager

    FSM is a tool designed to bridge the gap between ImageMagick & paperjs

    ...This makes it difficult to reproduce accurately effects, for example, in video projects where the placement of text, sub-images, etc needs to be tested before production. While paperjs will render a scene in a browser context, it cannot be used in production, where ImageMagick is necessary. FSM allows for the classification of usable fonts for both these interfaces, accurate measurement of font dimensions such as descender, bearing, and extended bearing, and the means for translating between the differing font description systems used. This script which requires: *PHP >= 7.0 *MySQL >= 5.6 *ImageMagick >= 6.9, Imagick for PHP Paperjs and jquery are bound in via CDN. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Java FSM Library : DynamicEasyFSM
    This library can be dynamically changed as per developers whims. It just needs a XML Configuration file and User defined Action functions which can be implemented as FSM Listeners. Git Page: http://ankzz.github.io/easyfsm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Java FSM Library

    Java Library to facilitate developer create an FSM

    This Java Library allows developers to create an FSM from a specified XML Configuration file. This library is easy to use. Please use the latest version from following link: https://sourceforge.net/projects/java-easyfsm/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FSMDesigner
    FSMDesigner is a C++ based implementation for a Finite State Machine (FSM) design tool with integrated Hardware Description Language (HDL) generation. FSMDesigner4 uses the Simple-Moore FSM model guaranteeing efficient fast complex control circuits.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Qfsm

    Qfsm

    A graphical Finite State Machine (FSM) designer.

    A graphical tool for designing finite state machines and exporting them to Hardware Description Languages, such as VHDL, AHDL, Verilog, or Ragel/SMC files for C, C++, Objective-C, Java, Python, PHP, Perl, Lua code generation.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15

    Korat2015

    Enhanced Korat supports GUI, FSM, JUNG and JSON.

    Korat is a tool for constraint-based generation of structurally complex test inputs for Java programs. Please see http://korat.sourceforge.net/index.html for more information on the Korat application. Korat 2015 includes the below enhancements to Korat: - Graphical User Interface using Java Swing - Graph Output Format using JUNG (Java Universal Network/Graph Framework) - Finite State Machine Domain - Graph Archival using JSON (JavaScript Object Notation) The Wiki page has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    cFSM

    Autogenerate C code from a GUI fsm

    Autogenerate C code from a hierarchical GUI fsm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...Embedded Javascript is meant to mimic functionality. To view the site components, open any of the following files: MainSite/Log-in.html MainSite/Internal User Selection.html Cashier/Cashier Page.html FSM/FSM Page.html Vendor Report/Vendor Report.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AnotherFSM

    AnotherFSM

    State machines for Java, FSM.

    AnotherFSM is yet another implementation of state machines, a library for Java programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    OOPSGen

    Object Oriented Parser Generator

    ...Long term goals include a robust grammar file syntax, output suitable for multiple programming languages, and tools for better integrating compiler functionality, parse tree manipulation, and FSM based scanner generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PoSecCo ModelMaintainer

    PoSecCo ModelMaintainer

    The ModelMaintainer contains 4 tools needed to create the PoSecCo FSM.

    ... - The CMDBTransformer extracts information about the service provider’s landscape from the CMDB and creates instances of the Infrastructure layer of the PoSecCo FSM. - The CrossLayerLink tool supports the maintenance of the cross-layer links between the instances of the three layers of the PoSecCo FSM. - The ServiceProviderTemplate tool can be used to create landscape models for the suppliers, in the case they are not using the PoSecCo tools. - The StatusSetter Tool displays the completion status of the PoSecCo FSM and its layers and allows to modify it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHP web-application framework including MVC, GUI, ORM, FSM, ACL, Ajax and many more. Very useful toolset to build php web-applications from the simpliest to more complex systems. See www.mywebframe.com for more details!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Seqview is a tool to document finite state machine (FSM). It reads a VHDL file and generate a diagram. You can edit the diagram to suit your needs. It can generate a postscript file for documenting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Bavieca (www.bavieca.org)

    Bavieca is an open-source speech recognition tookit.

    Bavieca (www.bavieca.org) is an open-source speech recognition toolkit intended for speech research and as a platform for rapid development of speech-enabled solutions by non speech experts. It comprises the most common acoustic modeling and adaptation techniques including discriminative training, and efficient dynamic and FSM-based decoders that can operate in batch and live recognition modes. Bavieca is entirely written in C++ and distributed under the Apache 2.0 license. Bavieca was developed at Boulder Language Technologies (BLT) during the last three years in response to the needs of the research projects conducted within the company. Research at BLT includes the development of conversational dialog systems and assessment tools that are deployed in formal educational settings and other real-life scenarios.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    compactfsm

    a compact FSM library in C for embedded systems

    This is a compact C library for deeply embedded systems. It uses state table approach and extends it with conditional variables and context information so that multiple state machines of same type can be executed in parallel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    EasyFsm

    EasyFSM is a tool for generate finite state machine code quickly

    EasyFSM is aimed to automatically generate code for finite state machine, especially for the NPC behavior programming in games. Using this tool, you just need to edit a .fsm file to describe the state machince concisely. It will generate the Java code for you according the .fsm file. Also, a .gv file for GraphiZ can be created for visualizing the finte state machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next