summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-12-04Fixed http response codes in postHEADmasterKrzysztof Wieclaw1-1/+1
2018-12-04Function naming refactorMichal Skorupinski5-25/+27
2018-11-30Temporary fix to wrong response formatMichal Skorupinski2-2/+16
2018-11-30Fix in led colors when a new lap event is detectedMichal Skorupinski2-106/+71
2018-11-30Added cloud reconnectingKrzysztof Wieclaw3-23/+16
2018-11-30Changed the way that the led colors are stored in the config fileMichal Skorupinski3-13/+48
2018-11-27Code fixes. Some logs addedMichal Skorupinski2-9/+24
2018-11-27Config for different led colors displaying the car statesMichal Skorupinski5-24/+134
2018-11-21Config added for the cloud comunicationMichal Skorupinski3-6/+55
2018-11-21Setting the led color based on the app stateMichal Skorupinski4-32/+54
2018-11-20RGB led functionality addedMichal Skorupinski4-109/+187
2018-11-06I2c ledMichal Skorupinski4-69/+108
2018-11-05Controling the rgb led using pwmMichal Skorupinski1-10/+67
2018-10-31Ability to turn the bi-color led on and off using the configMichal Skorupinski2-22/+43
2018-10-31Added two color led to indicate the app's statusMichal Skorupinski5-3/+159
2018-10-30GPIO pins updatedMichal Skorupinski1-3/+3
2018-10-30Car params loaded using config apiMichal Skorupinski3-28/+186
2018-10-26Resetting the lap counter when a new name is recivedMichal Skorupinski2-2/+10
2018-10-26Sending lap time to cloudMichal Skorupinski8-16/+522
2018-10-25Integration with the lap_counter moduleMichal Skorupinski3-76/+88
2018-10-25Lap counter peripheral addedMichal Skorupinski2-0/+158
2018-10-23Added service of message_config_user_nameKrzysztof Wieclaw2-1/+30
2018-10-23Added lap counter module stubKrzysztof Wieclaw1-0/+49
2018-10-23Ported user name messageKrzysztof Wieclaw2-0/+99
2018-10-05New servo rangesMichal Skorupinski1-28/+26
2018-10-04Camera controlMichal Skorupinski1-1/+17
2018-10-04Cleanup unused functions and modulesKrzysztof Wieclaw6-1220/+2
2018-10-04Integrated controller connection managerKrzysztof Wieclaw1-25/+28
2018-10-04Added new class in command.h fileKrzysztof Wieclaw1-6/+51
2018-10-04Implemented controler connection managerKrzysztof Wieclaw1-0/+295
2018-10-04Ported messages from gear racing controllerKrzysztof Wieclaw13-0/+1072
2018-10-04Cloud communication integrationMichal Kolodziejski2-7/+241
2018-09-27Net utilsMichal Kolodziejski2-1/+256
2018-09-25Cloud API addedMichal Kolodziejski4-0/+742
2018-09-21Added implementation of UDP connectionKrzysztof Wieclaw1-0/+189
2018-09-20config module implementationLukasz Stanislawski1-0/+233
2018-03-20fixed order of initializing modulesJeonghoon Park1-8/+8
2018-01-18fixed typosJeonghoon Park1-1/+1
2018-01-18applys message and connection manager modulesJeonghoon Park1-83/+140
2018-01-18Merge pull request #8 from jh1979-park/receiver2박정훈/Tizen Platform Lab(SR)/Senior Engineer/삼성전자2-104/+508
2018-01-18Merge pull request #7 from jh1979-park/conn_mgr박정훈/Tizen Platform Lab(SR)/Senior Engineer/삼성전자1-0/+237
2018-01-12refines receiver and receiver udp moduleJeonghoon Park2-104/+508
2018-01-12add connection manager moduleJeonghoon Park1-0/+237
2018-01-12fixed missing things in resource moduleJeonghoon Park1-0/+2
2018-01-12Merge pull request #5 from jh1979-park/message_2박정훈/Tizen Platform Lab(SR)/Senior Engineer/삼성전자1-0/+120
2018-01-09adds missing changesJeonghoon Park1-20/+35
2018-01-09add message queue related functionsJeonghoon Park1-8/+5
2018-01-08adds message moduleJeonghoon Park1-0/+108
2018-01-08fixed typosJeonghoon Park1-1/+1
2018-01-04fixs some functions scope to staticJeonghoon Park1-2/+2