473,806 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Finite State Machine GUI editor in python?


I have spent some time googling and on wiki and came up with
pyFSA in python. It may end up being useful, but it is not directly
what I am looking for, as there is no GUI that I can see.

I know about SMC, but it is not Python, and I can't find the gui.

This looks good, but it seems to be in a Latin based language
and I am linguistically challenged:

http://www.ucse.edu.ar/fma/sepa/edt.htm

I am looking for a similar front end, going from pretty pictures of
state diagrams to some sort of state machine descriptor language
or specification file, and I am not very fussy about the format of
the output at this stage.

Does anyone know of such an animal that is FOSS? - if written in
Python it will be a bonus!

It will also help if its in a language I can understand. : - (

- Hendrik
Dec 16 '07 #1
5 4194
kib
Hendrik van Rooyen a écrit :
I have spent some time googling and on wiki and came up with
pyFSA in python. It may end up being useful, but it is not directly
what I am looking for, as there is no GUI that I can see.

I know about SMC, but it is not Python, and I can't find the gui.

This looks good, but it seems to be in a Latin based language
and I am linguistically challenged:

http://www.ucse.edu.ar/fma/sepa/edt.htm

I am looking for a similar front end, going from pretty pictures of
state diagrams to some sort of state machine descriptor language
or specification file, and I am not very fussy about the format of
the output at this stage.

Does anyone know of such an animal that is FOSS? - if written in
Python it will be a bonus!

It will also help if its in a language I can understand. : - (
Hi Hendrik,

I've bookmarked these ones :

http://www.univ-paris12.fr/lacl/pomm...tlf/index.html [in French]
http://www.ncc.up.pt/~nam/ [look at the FAdo project]
http://www.cs.usfca.edu/~jbovet/vas.html [written in Java]

I hope it helps you,

Christophe.
Dec 16 '07 #2
"kib" <ki**@free.frwr ote:
>Hi Hendrik,

I've bookmarked these ones :

http://www.univ-paris12.fr/lacl/pomm...tlf/index.html [in French]
http://www.ncc.up.pt/~nam/ [look at the FAdo project]
http://www.cs.usfca.edu/~jbovet/vas.html [written in Java]
Thanks I will check them out - at least the non French ones.
My French is constrained to making the noises for "yes" and
"no", without being able to spell them...

- Hendrik
Dec 17 '07 #3
"Hendrik van Rooyen" <ma**@microcorp .co.zawrites:

I am looking for a similar front end, going from pretty pictures of
state diagrams to some sort of state machine descriptor language
or specification file, and I am not very fussy about the format of
the output at this stage.
In case nothing better comes up and you want to code it yourself: Our
Hidden Markov Model library GHMM (http://ghmm.org) has a graphical
editor with XML output.

Maybe http://networkx.lanl.gov/ or other general Python graph packages
have what you want. Also check out http://www.graphviz.org/

Best,
Alexander
Dec 17 '07 #4
On Dec 16, 1:55 am, "Hendrik van Rooyen" <m...@microcorp .co.zawrote:
I have spent some time googling and on wiki and came up with
pyFSA in python. It may end up being useful, but it is not directly
what I am looking for, as there is no GUI that I can see.

I know about SMC, but it is not Python, and I can't find the gui.

This looks good, but it seems to be in a Latin based language
and I am linguistically challenged:

http://www.ucse.edu.ar/fma/sepa/edt.htm

I am looking for a similar front end, going from pretty pictures of
state diagrams to some sort of state machine descriptor language
or specification file, and I am not very fussy about the format of
the output at this stage.

Does anyone know of such an animal that is FOSS? - if written in
Python it will be a bonus!

It will also help if its in a language I can understand. : - (

- Hendrik
This looks interesting (and GPL'd :)

http://www46.homepage.villanova.edu/timothy.m.white/ [java]

Regards,
Jordan
Dec 17 '07 #5
"Alexander Schliep" <schl....lgen.m pg.dewrote:
>
In case nothing better comes up and you want to code it yourself: Our
Hidden Markov Model library GHMM (http://ghmm.org) has a graphical
editor with XML output.

Maybe http://networkx.lanl.gov/ or other general Python graph packages
have what you want. Also check out http://www.graphviz.org/
Thanks - will check them out - Hendrik

Dec 18 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

37
2634
by: Carlos Ribeiro | last post by:
Oh well. A mailing list is not the most appropriate place for rants (a blog is better), but it's still better than keeping it for myself. I'm frustrated. My search for a good IDE to support my activities -- doing development for Python in the Windows environment -- are not being succesful as I had originally dreamt. I have big constraints on what can I do now; money is not an option, and my current machine is still useful but it's below...
3
5075
by: Leonard J. Reder | last post by:
Hello list, I have been searching on the web for a while now for a specific Python implementation of an FSM. More specifically what I am looking for is a Python implementation of the so called UML Harel State Machine notion of a state machine. These are multi-threaded capable state machines with hierarchical representation capability (nested instances of state machines). They also have a unique conditional trigger symbol scheme for...
0
1468
by: Leonard J. Reder | last post by:
Hello, Although posted this a few weeks ago I still have gotten much feedback so I want to put this out again and see if the response gets a bit more interesting. I have been searching on the web for a while now for a specific Python implementation of an FSM. More specifically what I am looking for is a Python implementation of the so called UML Harel State Machine notion of a state machine. These are multi-threaded capable state
1
1317
by: Roberto Nunnari | last post by:
Hi all. I announce that there's a brand new, free FSM Generator in the Open Source arena: NunniFSMGen - release 1.0-RC1 http://nunnifsmgen.nunnisoft.ch NunniFSMGen is a java tool that starting from a transition table generates the corresponding FSM (Finite State Machine) in Java, C or C++ source code. It has been developped in 2003
0
1300
by: Davide T | last post by:
How would I illustrate a finite state machine that checks that each start node/tag in an XML document has a corresponding end tag (ignoring nested tags of the same type and assuming that there is only a finite set of tags)?
11
14192
by: Nicholas R. Markham | last post by:
When I compile with the -ansi option (using gcc 3.2.3) I'm warned of an implicit declaration of function 'finite'. Does this mean that finite() is not part of ANSI C, or that I didn't include a necessary header file? (I did include math.h.) Either way, is there a recommended way to check if a float or double is finite in ANSI C? Thanks.
67
7404
by: Rui Maciel | last post by:
I've been delving into finite state machines and at this time it seems that the best way to implement them is through an intense use of the goto statement. Yet, everyone plus their granmother is constantly cursing at the goto statement, accusing it of being some sort of spawn of satan. So it seems we have a pickle here. The thing is, at first thought it seems that there aren't any viable alternatives which are better suited for this...
2
2274
by: qiooeer | last post by:
I want to know more about FSM,would you help me ? where is more details about this? Thanks
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10364
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10370
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10109
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5545
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.