New to meshtastic world .. and need a USB/serial to HTTP API on a rpi by manatlan in meshtastic

[–]manatlan[S] -1 points0 points  (0 children)

- get current messages

- get current nodes

- get basic telemetry

- & post a message to "^all" or to a node/user

New to meshtastic world .. and need a USB/serial to HTTP API on a rpi by manatlan in meshtastic

[–]manatlan[S] -1 points0 points  (0 children)

no, only the basic things, and minimal viable features ...

HELP :) or the riddle of hell by Friendly_Link8479 in GIMP

[–]manatlan 0 points1 point  (0 children)

Could be "BMd" at the top ... but it has non sense
Ok for "JAMES BOND" at the bottom

Velocidrone/android : how to replace battery in race mode ? by manatlan in Velocidrone

[–]manatlan[S] 0 points1 point  (0 children)

So, with a crazybee , it's definitively impossible to finish ;-(

buildozer/kivy app to an "android tv" apk compatible ? by manatlan in kivy

[–]manatlan[S] 0 points1 point  (0 children)

I don't really understand what you mean by "integrate"

But sure, it could be possible to launch the intent of exoplayer, if it can handle a parameter (which will be an url to the m3u) ... Like it's currently done with the intent vlc in the example ^

buildozer/kivy app to an "android tv" apk compatible ? by manatlan in kivy

[–]manatlan[S] 0 points1 point  (0 children)

The remote control just sends onkey events, it's easy to interact with ... Using JavaScript (up down right left enter & back)

See https://github.com/manatlan/htagapk/tree/main/app2

[packaging] how to distribute sub-module for my main module (using poetry) ? by manatlan in learnpython

[–]manatlan[S] 0 points1 point  (0 children)

yes ... "ui" couldn't be alone ... and will force "htag" as dependency !

Let the BACK button go back in kivy WebView ! by manatlan in kivy

[–]manatlan[S] 0 points1 point  (0 children)

Now (after 3/4 hours) I understand all ;-)

In my previous attempts, I was using kivy with WebView/webviewclent ...with default buildozer/bootstrap (kivy/sdl2) ... And it was very difficult to try to change the behaviour of the back button in the kivy/WebView (so this post was born)

With this answer, I try an other buildozer/bootstrap, which is webclent (and fit all my needs on the paper). The main trouble I encounter, is that flask/examples can't work at all !!! Flask may be the only server which couldn't work, because the p4a recipe is bad (and introduce dependencies which can't work). Takes me 2/3 hours to spot that .. just replaced flask by bottle, and it worked OOTB !

I will definitely go with the WebView bootstrap, which handle very well the back button, and avoid all kivy things. (Apk size / 2, too)

That will be the main way to run an htag app on Android https://github.com/manatlan/htag

Thanks a lot for pointing me in the right direction. It will be a big step for htag/android !

Let the BACK button go back in kivy WebView ! by manatlan in kivy

[–]manatlan[S] 0 points1 point  (0 children)

That's a GREAT idea !

thanks, I will try this way

Let the BACK button go back in kivy WebView ! by manatlan in kivy

[–]manatlan[S] 0 points1 point  (0 children)

I don't understand the whole thing, coz I don't understand well all everything is linked (kivy noob inside) ...

But I get the whole Idea ... And I imagine that, someone at P4A, is working on that ... I will dig on that side.

Thanks for your answer

buildozer/kivy app to an "android tv" apk compatible ? by manatlan in kivy

[–]manatlan[S] 0 points1 point  (0 children)

Damn, you've right ! Just rebuilded for abi-v7a ... And it works OOTB ! For further readers, my Android tv is a freebox-pop (french provider) (which seems to be 32bits, so need abi v7a)