This is My Software realized with MMF2.5 dev

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Hello everyone, I wanted to to present my software for home automation made MMF2.5 is having success, he loved it and it works well, but I wanted to make an app for remote operation. Could someone help me to do this? I wanted to understand how to structure it. I think that would be enough to create a file for sharing with my software and app, but do not know what to use, perhaps lacewing server 2. I want you to see that MMF2 is a great tool for applications not related to the game.


    Please login to see this link.

    [video]Please login to see this media element.]

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • Wonderful job!

    For remote operation,
    you mean having a web server and sending/retrieving data to interact remotely in realtime with connected "clients"?
    If so, Lacewing is the way to go!
    There are many well written tutorials online, searching the forum will probably give you good answers on how to use it.

    You could maybe consider simplify things with a server database of any kind,
    an application server of any kind, and some post-get actions from Fusion.
    But then you'll probably have to think a little more at security.

    Surely something that will buy you many other weeks of study and development :)

    a selection of my Fusion examples can be found Please login to see this link.

  • Thank you all, my system works only in Windows, too many use extensions that are not compatible with Android. Using Arduino and serial object for all the analog sensors and I realized interfaces to relay that I named labdomotic. I wanted to let you know about my project, just because I have done everything with MMF2. Unfortunately I do not know lacewing server, I have difficulty in language web. there is nothing in Italian and so I have to try to do something alone. you can suggest a way to allow communication between my software and an app? My system is very complex because it has a fully customizable environment ladder and become difficult to make an app that is in perfect harmony. I have to create an 'environment in my software allows you to assign, for each object, a variable share.
    Thanks a lot

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • running on surface tablet only with windows 8.1
    I use tablet acer switch 10 or acer one with resolution 1280x800

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • You need your "remote app" to talk with a central "server" that your company owns,
    OR
    you need your remote app to talk with the "home server" each of your customers could have installed in their house pcs?

    Doing this through LAN with lacewing would be ok, lacewing can easly connect through lan,
    but doing a home-server setup through the web
    (like your customers being connected from outside house to home server through internet)
    would be no-go I fear (port-forwarding is not a viable option for the average home user).
    Also, lacewing relay client is only (windows &) android compatible - would be enough for you?

    Another (probably simpler) solution could be using your own webserver (like your company's server) as a central server for ALL client-apps,
    your customer's apps would talk to this central server, and the central server would forward the package to the "house-app"
    (through some simple database that your "remote-app" and "house-app" would query at specific time intervals)
    You'll have to be sure your server is solid enough and with very few downtimes,
    if the app would have to be very frequently used, and maybe for "important" means.
    And you'd have to spend some time in database security for packages to be received/sent - encryption for stored user data - etc.

    This second solution would do without Lacewing, and you'll surely find lots of informations online as it's not strictly Fusion related.

    a selection of my Fusion examples can be found Please login to see this link.

  • Thanks for your tips. lacewing server then it's fine if I'm at home, but if I want to connect from outside, I have to connect to a server. Unfortunately I do not have the skills to do this ...

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • You can create your own lacewing server app yourself.
    You have two options, one is to implement the server functionality in the app itself. In order to connect to it from the outside the port you choose (for example 6121) needs to be open on the router. If there is a software firewall it needs to be open there as well.

    The other way is to rent a dedicated server (which is expensive),and have the software remote app connect to that server and then that server to relay the data to the main application.

  • Thank you, you made clarity that I had some doubts. I can not consider the second option because it is too expensive. It is not easy even for static or dynamic IP. for now I use teamviewer and works very well, but I prefer to have an app for Android or iOS. you can pay to have a base, eg a small software with different variables in sharing where you can change the status from both MMF2.5, and also an app for Android? it takes me is the part dedicated to the server that I do not know. MMF2.5 is a Software, rarely used for applications not related to the game and only you can help me.
    I am willing to pay for this work, but I do not know how to move.

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • THANKS Decal!!! :)

    "main software with server"
    When I open this file "main software" and I click on the host server does not connect. It remains ofline.

    "remot Android app"
    When I run this file and I try to click on the connection, the software crashes.

    I'm too curious to see how it works, do I need to purchase it right away?
    If the file crashes means that any component is missing in MMF2 or on my pc. I use win 7

    I can put the two .exe files files on the same computer?

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • Please login to see this attachment.

    This is strange!!!!!

    I have mmf2.5 dev with last update and android exporter

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • WORK !!!!! Thanks ... work perfectly :) :)
    I wanted to know whether application sharing is only locally. I can use this remote communication outside the house using two different ADSL lines? For me it is a great achievement, study and understand these two examples.
    The server I'm using is the one of my PC, right?
    You were very kind and helpful, thank you very much for your time, but if I need help I can hope for your advice

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • Yes you can connect to the server from the outside via internet. But in order for that to work you need to make sure that the port that the server is using (e.g 6121) is open. To check if the port is open you can use the website: Please login to see this link. and type in the port and check if it is open. The server software must be hosting on that port in order for it to work. If it is successful the port is open, if it reports an error then the server is not running, the server port is not the one you tested or the port is not open.

    Once the port is open you can then connect to it using the WAN IP. To check your WAN IP address go to this website: Please login to see this link.
    If your IP address is dynamic and not static you need to either call your ISP and set it to static (might cost you an small additional fee each month) or use a free domain service and a router that can automatically update that domain once the IP change (like noip.com). If not you you will have a different WAN IP everytime your router connects to the internet and you then have to find this IP and use that to connect to the server from your phone

  • Hello, you have been very kind, thank you for your help.
    So if I realize an app for Android with the file you gave me, I can see the values of the Software on PC? I mean when you are away from home and I try to connect the app to mobile connection?

    My Professional Software House Automation realized with MMF2.5 dev
    Please login to see this link.

  • Yes you can. However in order for the mobile app to connect to your software on PC. The PC running the main software needs to have the port it is using for the lacewing server (for example 6121) to be open in the router. Otherwise you will not be able to connect. Also you need to know the WAN IP address of the internet connection that the home PC software is connected to.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!