Search found 10 matches

Go to advanced search

by gabriel.klein
Sun Dec 15, 2019 11:33 pm
Forum: MAME Discussion
Topic: MQTT support in mame
Replies: 1
Views: 1685

Re: MQTT support in mame

An idea of implementation... Register some events as lua script Example emu.register_start(function() io.popen("mosquitto_pub -h 10.0.0.60 -t '/test' -m '" .. emu.gamename() .. "'") end) I saw some mqtt lua library... need to learn how it works. https://github.com/geekscape/mqtt_...
by gabriel.klein
Mon Nov 25, 2019 12:02 am
Forum: MAME Discussion
Topic: MQTT support in mame
Replies: 1
Views: 1685

MQTT support in mame

Hello, thank you for the great work! I have a strange request that may make sense after all. Would it be possible to add support to MQTT in mame? What is MQTT? MQTT is an easy way to transmit data from senders to receivers. You first need a server - as an example mosquitto. Publisher will send data ...
by gabriel.klein
Sun Aug 28, 2016 2:27 am
Forum: MAME Discussion
Topic: Updating Mame on each release
Replies: 11
Views: 12832

Re: Updating Mame on each release

I found the issue and proposed a fix.
https://github.com/mamedev/mame/issues/1334
by gabriel.klein
Fri Aug 26, 2016 10:27 am
Forum: MAME Discussion
Topic: Updating Mame on each release
Replies: 11
Views: 12832

Re: Updating Mame on each release

Does your board looks like this one :) http://jessefreeman.com/wp-content/uploads/2013/09/win8-aracde-image006.png I have two. Sometime they appear as Joy1 A3 DragonRiseInc.GenericUSB Joystick Sometime joy1 joy2 that become joy3 joy1 then joy4 joy1. When I plug them in a different port / hub ... the...
by gabriel.klein
Fri Aug 26, 2016 8:50 am
Forum: MAME Discussion
Topic: Trackball revert X and Y
Replies: 2
Views: 3897

Re: Trackball revert X and Y

I'm really sorry I missed this option :( It's what I built: (I'll write a better article) _ _ ____ < Plastic | O | Toilet paper roll (with an orange ping pong ball) \---/ <= Plastic with a hole in the middle [Mouse] (Reverted) Integrate well with my cabinet. I was surprised to see that it's working ...
by gabriel.klein
Thu Aug 25, 2016 11:17 pm
Forum: MAME Discussion
Topic: Trackball revert X and Y
Replies: 2
Views: 3897

Trackball revert X and Y

Would it be possible to have an option in mame to revert the X or Y axis of the trackball?

If yes I'll share a nice hack to build a trackball out of a ping pong ball and a mouse that work fine.
by gabriel.klein
Thu Aug 25, 2016 11:13 pm
Forum: MAME Discussion
Topic: Updating Mame on each release
Replies: 11
Views: 12832

Re: Updating Mame on each release

Does the issue with joypad is related to joypad called joy1 joy2 then joy3 joy4
How did you fixed it?

I may have the same issue :) :D

Probably related to
https://www.reddit.com/r/MAME/comments/ ... _on_a_mac/
by gabriel.klein
Thu Aug 25, 2016 7:50 am
Forum: MAME Discussion
Topic: Updating Mame on each release
Replies: 11
Views: 12832

Re: Updating Mame on each release

Redhat / Debian (Ubuntu) does a pretty good job in updating the software and not the configurations.
"apt-get update" "apt-get upgrade" and your software is update to date.

Would it be an option?
by gabriel.klein
Wed Aug 24, 2016 1:20 pm
Forum: MAME Discussion
Topic: Mame remote API
Replies: 4
Views: 5339

Re: Mame remote API

Thank you for the answer! It looks like a good start to write an API on top of it or change the source code of mame. I have 3 goals: - Remotely control mame (using Android) - Control mame using RFID cards - in particular have a few cards with my favorite roms. - Potentially write a web server where ...
by gabriel.klein
Fri Aug 19, 2016 1:32 pm
Forum: MAME Discussion
Topic: Mame remote API
Replies: 4
Views: 5339

Mame remote API

Dear Mame's users and Developers,

Do you know what interfaces should be used to remotely control mame?
(Rest API, open port, other)

Example of messages:
* start game "pong"
* pause
* change dip switch
* speed 0.4
* volume 123
* quit

etc...

Best regards - Gab

Go to advanced search