Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/recipe_test' into recipe_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelbo committed Aug 15, 2021
2 parents 481340a + 3f0616c commit 6513513
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,19 @@

Minitel-Raspi is a project that reunites the famous french Minitel and the famous Raspberry Pi.

I've created a small gui with whiptail that control for now the Logitec Music Server.
I need to think about another API ; Ths is the main project
It uses the Telnet protocol that is enabled in the LMS settings, you can see he docs <a href="https://github.com/elParaguayo/LMS-CLI-Documentation/blob/master/LMS-CLI.md">here</a>
But the having a terminal on the Minitel isn't useful.

So I've created a small gui with whiptail that control various api

First API:
It uses the Telnet protocol that is enabled in the LMS settings, you can see he docs <a href="https://github.com/elParaguayo/LMS-CLI-Documentation/blob/master/LMS-CLI.md">here</a>
Second API:
It uses simple request and JSON parsing to retrieve lunch recipe and then generate a qrcode for your mobile!


This project did not modify the Minitel, I used the external serial port for printing into the screen.

Originaly begun in 2020 this project is driven by a kid, so go easy on me, I can't use github proprely.
Originaly begun in 2020 this project is driven by a kid, so go easy on me, I can't use github proprely, or do I?


# Getting Started
Expand All @@ -47,7 +53,7 @@ Originaly begun in 2020 this project is driven by a kid, so go easy on me, I can
- We need
also a Raspberry Pi; I use the model 2B. It's better to have a wi-fi
connection for this because it's impossible to work directly with the
Minitel (slow frame-rate).
Minitel (slow frame-rate). Python and pip3 installed.

- For the conversion from the Raspi to the
Minitel, you will need a FTDI USB to serial UART converter, it need
Expand Down

0 comments on commit 6513513

Please sign in to comment.