Code Monkey home page Code Monkey logo

Comments (4)

EduardShaid avatar EduardShaid commented on August 21, 2024

here is an example:

ed@ubuntu:/usr/uscxml/build$ lua -i
Lua 5.2.3  Copyright (C) 1994-2013 Lua.org, PUC-Rio
> r = require("uscxmlNativeLua");
> scxml = r.Interpreter.fromURL("test199.scxml");
> state = r.USCXML_UNDEF;
> repeat state = scxml:step(); print(state); until state == r.USCXML_FINISHED 
2016-08-27 08:00:31,901 INFO  HTTPServer.cpp:568: Registering at unstarted HTTP Server
2016-08-27 08:00:31,902 INFO  LuaDataModel.cpp:207: error loading module 'lxp' from file '/usr/lib/lua/5.2/lxp.so':
    /usr/lib/lua/5.2/lxp.so: undefined symbol: lua_pcall
2
2016-08-27 08:00:31,902 ERROR BasicContentExecutor.cpp:361:     name: error.execution
    data: 
  {
    "cause": "Type '27' not supported for sending", 
    "xpath": "//state[@id=\"s0\"]/onentry[1]/send[1]"
  }


4
5
Outcome: "pass"
4
-1

from uscxml.

sradomski avatar sradomski commented on August 21, 2024

Awesome! I'll have a look at the 5.2 API as soon as I have some spare time.

from uscxml.

EduardShaid avatar EduardShaid commented on August 21, 2024

Dear Stefan !

Tell me how to work with HTTP-server and WebSocket-server ?
How to pass through these events ?
Give me an example of the real URL to access HTTP-server.

Thank you !

from uscxml.

EduardShaid avatar EduardShaid commented on August 21, 2024

Dear Stefan !

I figured all over, the project works fine. Of course, the fix will be in the project. But the project itself, I think, in the future will be a success in IoT.

Thank you !

from uscxml.

Related Issues (20)

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.