Search found 7 matches
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Lång tid att skicka kommandon
- Replies: 28
- Views: 23263
Re: Lång tid att skicka kommandon
Även 2.1.1 gör riktigt håriga saker med mutexar spritslat runt kod som kör select i while(1) i Socket_unix.cpp Du är mer än välkommen att hjälpa både dig och andra genom att skicka in förbättringar: http://developer.telldus.com/wiki/Guides/Contributing Ang. timeouten så finns detta i planeringen: h...
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Configuration for DUO with two light buttons
- Replies: 8
- Views: 11570
Re: Configuration for DUO with two light buttons
How should I create a tellstick.conf (in linux) that reflects that I have two light buttons that both control the same lamp. (i.e. In the stairs and in a long hallway). If you have codeswitch lamps, both transmitters would have to send the same code, and you use that code in your tellstick.conf If ...
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: TelldusCore .deb för armhf?
- Replies: 34
- Views: 39156
Re: TelldusCore .deb för armhf?
Svaret står där:
/bin/sh: 2: cmake: not found
Prova installera cmake. Borde också vara möjligt med apt-get build-dep
/bin/sh: 2: cmake: not found
Prova installera cmake. Borde också vara möjligt med apt-get build-dep
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: TelldusCore .deb för armhf?
- Replies: 34
- Views: 39156
Re: TelldusCore .deb för armhf?
nixta wrote: Hur installerar man cmake?
Code: Select all
apt-get install cmake
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: Contest, help us brainstom a continous integration monitor
- Replies: 5
- Views: 9675
Re: Contest, help us brainstom a continous integration monit
Maybe a bit late, but I really think you should build a Fail Train, using a model rail system with some RF controled switches to make the train run around and hit things, make sound and raise flags for build failures, go to specific stops depending on number of open bugs, ... I think you get the ide...
Re: ledlampa
Det där är ju en IR-fjärrkontroll. Kommer inte funka med en Tellstick.
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: Lång tid att skicka kommandon
- Replies: 28
- Views: 23263
Re: Lång tid att skicka kommandon
Även 2.1.1 gör riktigt håriga saker med mutexar spritslat runt kod som kör select i while(1) i Socket_unix.cpp. Nog för att det är svårt att skriva portabel kod, men jag är uppriktigt sagt förvånad att den där koden öht fungerar så bra som den ändå gör, och då är den ändå "bara" för unix-l...