Current Server Time: 10:44 (Central Europe)

#apertus IRC Channel Logs

2017/06/05

Timezone: UTC


00:01
Topic
apertus° - open source cinema | www.apertus.org | join the apertus° Lab: http://lab.apertus.org/ | IRC Logs available at: http://irc.apertus.org
00:01
se6astian
has set the topic
03:54
Bertl_oO
off to bed now ... have a good one everyone!
03:55
Bertl_oO
changed nick to: Bertl_zZ
05:02
dimaursu16
joined the channel
05:02
dimaursu16
left the channel
05:02
dimaursu16
joined the channel
05:46
slikdigit___
joined the channel
05:50
slikdigit__
left the channel
05:57
slikdigit___
left the channel
06:22
Spirit532_
joined the channel
06:26
Spirit532
left the channel
06:50
MatrixTraveler[m
left the channel
06:50
derWalter
left the channel
06:50
xfxf
left the channel
06:51
xfxf
joined the channel
06:54
derWalter
joined the channel
06:57
MatrixTraveler[m
joined the channel
07:52
se6astian|away
changed nick to: se6astian
08:39
BAndiT1983|away
changed nick to: BAndiT1983
08:48
davidak1
joined the channel
08:50
davidak
left the channel
08:52
davidak
joined the channel
08:53
davidak1
left the channel
09:07
davidak
left the channel
09:07
davidak1
joined the channel
09:10
se6astian
changed nick to: se6astian|away
09:19
se6astian|away
changed nick to: se6astian
10:36
BAndiT1983
changed nick to: BAndiT1983|away
10:41
intracube_afk
changed nick to: intracube
11:10
Bertl_zZ
changed nick to: Bertl
11:10
Bertl
morning folks!
11:14
se6astian
changed nick to: se6astian|away
11:15
se6astian|away
changed nick to: se6astian
12:07
danieeel
joined the channel
12:09
champika_zZ
joined the channel
12:09
danieeeel
joined the channel
12:09
danieel
left the channel
12:10
danieeeel
changed nick to: danieel
12:13
danieeel
left the channel
12:13
BAndiT1983|away
changed nick to: BAndiT1983
12:22
champika_zZ
left the channel
12:33
Rex0r
left the channel
12:42
anuditverma
joined the channel
12:42
anuditverma
Hello
12:44
anuditverma
VScode is working fine now, debugger is working as expected, I added my env variable in launch.json, this fixed the problem
12:48
anuditverma
I ran my client.go version, right now I am getting connection refused
12:57
BAndiT1983
have you started the server?
12:58
anuditverma
server.h ?
12:58
BAndiT1983
there is a project which starts the server
12:58
BAndiT1983
axiom_daemon if i remember correctly
12:59
BAndiT1983
you should see it in qtcreator or similar IDE
12:59
BAndiT1983
currently it's a must to start it in a debugger to get more info about received packages
13:00
anuditverma
there is an executable file in build called "axiom_daemon"
13:00
BAndiT1983
yes, this is the one
13:00
BAndiT1983
but you should start the project in a debugger, otherwise no output is there
13:00
BAndiT1983
at least at the moment
13:03
anuditverma
I have added beta-software as my project dir, the go.path is still the same which you sent before
13:03
anuditverma
starting the project as in starting the daemon server ?
13:03
BAndiT1983
yes, starting the daemon server
13:03
BAndiT1983
you can open cmakelists.txt in qtcreator directly
13:04
BAndiT1983
and point to the existing build folder, so it's consistent, afterwards you can run it with F5, possibly that CMAKE_BUILD variable has to be set to Debug
13:05
BAndiT1983
please upload your code, so i can take a look if it's going in the right direction
13:05
anuditverma
ok so I can add qtcreator extension in vscode
13:05
BAndiT1983
?
13:05
anuditverma
okay
13:05
BAndiT1983
what extension??
13:05
anuditverma
https://www.qt.io/ide/ ?
13:06
BAndiT1983
it's not an extension for vscode, it's a standalone IDE
13:07
BAndiT1983
that's the rght page for it
13:07
BAndiT1983
https://www.qt.io/download-open-source/?hsCtaTracking=f977210e-de67-475f-a32b-65cec207fd03%7Cd62710cd-e1db-46aa-8d4d-2f1c1ffdacea#section-2
13:07
BAndiT1983
qtcreator download is a bit down the page
13:07
anuditverma
I am debugging my clinet.go in vscode, so for cmakelists.txt I will need qtcreator IDE ?
13:08
BAndiT1983
you need a C++ IDE
13:08
BAndiT1983
you can debug also in vscode, but i have no experience with it, so cannot help there
13:08
anuditverma
okay got it, I thought we can add qt too, as we did GO
13:09
BAndiT1983
using qtcreator here, as i have it already for OpenCine development, so i know that axiom_daemon works there, as it was used to develop it
13:09
BAndiT1983
this are 2 different cases here
13:09
anuditverma
Its clear now
13:09
BAndiT1983
they have nothing to do with each other, main connection point is the socket, otherwise they are separated
13:10
BAndiT1983
later it can be done in python or any other language
13:10
BAndiT1983
i thought that the C++ client will be used as library, but Malte decided different, so the client has to be replicated, later it should be extended with new features which would also be added to C++ one, or replicated from there
13:10
BAndiT1983
depending what comes first
13:11
BAndiT1983
*on what
13:15
BAndiT1983
don't forget about REST -> https://thenewstack.io/make-a-restful-json-api-go/
13:15
BAndiT1983
https://www.thepolyglotdeveloper.com/2016/07/create-a-simple-restful-api-with-golang/
13:26
max_bxl
joined the channel
13:27
max_bxl
hello everyone !
13:28
BAndiT1983
hi
13:33
se6astian
hi maxime!
13:45
pusle
joined the channel
14:19
anuditverma
Bandit, I have installed qtcreator & my current client.go version commit https://github.com/apertus-open-source-cinema/axiom-beta-rest-interface/commit/e0dc5443e2fb6573c2d77d470d8f6abf3f82b307
14:34
BAndiT1983
ehm, why have you put the path to axiom daemon into socket connection?
14:35
BAndiT1983
take a look at the server.h code, this is not the right path to the daemon socket, as it does not mean the apth to the executable, but a path to the junction point, which is ususally /tmp/axiom_daemon
14:36
BAndiT1983
i've expected to see more code after a couple of days, even my client version is a bit bigger
14:36
BAndiT1983
and sends already settings to daemon
14:36
BAndiT1983
you should come online more often to get help with the gsoc tasks
14:37
anuditverma
left the channel
14:37
anuditverma
joined the channel
14:38
anuditverma
actually I wasted a lot of time in setting up vscode :P
14:39
anuditverma
I tried several version to get a connection
14:39
BAndiT1983
ehm, i needed just a couple of clicks, don't understand what can take so long to set it up
14:40
BAndiT1983
why didn't you asked for help earlier?
14:41
BAndiT1983
the stuff is new for me, i'm not (or was not) familiar with Go in any way, also vscode was used by me just for some source/text changes before
14:42
anuditverma
I was hoping to get over with vscode thing soon and ask help for client.go, I know setting it up wasn't so difficult, I was missing some configs
14:48
slikdigit___
joined the channel
14:49
jucar
joined the channel
14:49
anuditverma
how can I over come this ? "panic: dial unixgram /tmp/axiom_daemon: connect: no such file or directory"
14:51
BAndiT1983
first start the server/daemon, afterwards there should be a file in that folder, which is the connection point
14:53
anuditverma
starting daemon from the qtcreator ?
14:54
BAndiT1983
for example
14:54
anuditverma
*need to start it from qtcreator?
14:54
BAndiT1983
you can start axiom_daemon executable or do it from qtcreator
15:03
anuditverma
getting "Segmentation fault (core dumped)" where I ran axiom_daemon and "panic: dial unixgram /tmp/axiom_daemon: connect: connection refused" on the debug console
15:05
BAndiT1983
segmentation fault is caused by wrong package which is sent to the server, no error handling there at the moment
15:05
BAndiT1983
you should add a breakpoint to look up if the daemon receives anything
15:10
RexO
joined the channel
15:16
jucar
left the channel
15:22
anuditverma
left the channel
15:43
anuditverma
joined the channel
15:49
dimaursu16
left the channel
15:55
dimaursu16
joined the channel
15:56
dimaursu16
left the channel
15:56
dimaursu16
joined the channel
16:00
niculescu_vlad
joined the channel
16:33
dimaursu16
left the channel
16:51
se6astian
meeting starts in 10 minutes
16:59
__m___
hej
17:00
davidak1
hello everyone!
17:02
niculescu_vlad
Hi!
17:02
Bertl
evening everyone!
17:03
RexO
Present.
17:03
se6astian
hello
17:03
anuditverma
Hi
17:03
se6astian
welcome to another biweekly team meeting
17:03
se6astian
in case you did not know where to look for summaries of previous meetings
17:03
se6astian
or forgot the date of the next one
17:03
se6astian
fear not
17:03
max_bxl
hello !
17:03
se6astian
go to wiki.apertus.org
17:03
se6astian
scroll down to the yellow community box
17:04
se6astian
and click on IRC Meeting Notes
17:04
se6astian
everything is in there
17:04
se6astian
https://wiki.apertus.org/index.php/IRC_Meeting_Notes
17:04
se6astian
now again please everyone who wants to do a progress report/update or wants to share stuff related to apertus PM me
17:05
se6astian
and I will put everyone in an order and hand around the virtual speaking stick
17:07
se6astian
niculescu_vlad: your turn, please share your progress/update
17:07
niculescu_vlad
Ok.
17:08
niculescu_vlad
So, I start choosing the parts necessary for the Smart Buck converter. I've built a list with the most appropriate 5-10 options for each component (transistors, comparator, mosfet driver and DAC)
17:08
niculescu_vlad
finally, me and Bertl decided which the best choices are
17:09
niculescu_vlad
and I ordered the parts. I also did the final schematic for the first prototype. Now I am finishing the layout (doing this right now)
17:10
niculescu_vlad
After I finish the layout I will give it to Bertl for feedback and if he says it is good I will send it to factory
17:11
niculescu_vlad
the parts will arrive on Friday, and the PCB perhaps on next Monday. Within this black period I will probably start working on FPGA code
17:11
niculescu_vlad
that's it
17:11
Bertl
thanks!
17:12
se6astian
thanks!
17:12
se6astian
anuditverma: please go ahead
17:13
anuditverma
alright
17:16
se6astian
anuditverma: you there?
17:17
anuditverma
left the channel
17:17
se6astian
max_bxl: please go ahead
17:17
se6astian
seems we lost anudit temporarily
17:18
anuditverma1
joined the channel
17:18
max_bxl
here in Brussels we are about to organize an openKINO
17:19
max_bxl
which is an event where we (try to) make film in 48h
17:19
max_bxl
http://www.festival-cinemas-sauvages.net/en/openkino-2/
17:19
anuditverma1
my net just went down, I quickly switched to mobile data, please go ahead, i can present my turn later
17:19
max_bxl
ok so I continue
17:19
se6astian
anuditverma1: right, max_bxl took over , you can report after he is finished
17:20
max_bxl
the event takes place during a film festival
17:20
max_bxl
a fork from cinema libre (hamburg) where apertus and both AXIOM Alpha and Beta were present
17:21
max_bxl
*festival cinema libre (in Hamburg)
17:22
max_bxl
and now, I'm currently working on the beta to use a wifi dongle with it
17:22
max_bxl
and finish factory calibration
17:22
max_bxl
and so on
17:22
davidak1
max_bxl: will the results be presented somewhere like what tools worked?
17:23
max_bxl
yes of course : if we have movies, we'll put them somewhere online, and I hope we'll manage to write a decent how-to (for the event and/or for the tools we used)
17:24
davidak1
maybe a making-of would be fun to make and watch
17:25
max_bxl
the idea (still the same) is to gather cinema people to get interested in open source tools to make their movies
17:25
max_bxl
and to build an IRL / AFK community to work on/with the beta !
17:25
max_bxl
making-of is already planned ^^
17:25
davidak1
great :)
17:26
se6astian
thanks, sounds great
17:26
se6astian
done?
17:26
max_bxl
yes I guess, if there are no more questions/remarks, I'm done !
17:26
se6astian
great
17:27
se6astian
anuditverma1: please go ahead now
17:27
anuditverma1
okay
17:27
anuditverma1
My 1st week's update, I am still working on my client.go, translating the client seems tougher, compared to what I had learned in golang in community bonding period. Well apart from these difficulties, last few days were consumed in setting up Visual Studio code (it wasn't so difficult at all, I had missed some configurations which I later figured out)
17:29
anuditverma1
I wanted to complete the tasks myself but I didn't realise I had refrain myself from asking silly doubts and not being much active on the IRC, I will try to change this now and discuss more
17:29
anuditverma1
Next, will try to finish the my client.go in a day or two with help inputs from my mentors and then quickly shift to docker work and REST implementation
17:31
anuditverma1
Also one more thing there is a hackathon in Oulu, Finland (for which again I applied few months ago and got the selection letter last week, I am sort of glad, because there were fewer slots and travel grants) it's on this coming Friday, 9th to 11th, till sunday
17:31
anuditverma1
https://ultrahack.org/5gfwd
17:31
anuditverma1
I really wanted to attend this one but I am lagging behind from my projected tasks on my timeline, so I might not consider going since there is a lot of preparations left in this project, so that's all from my side
17:32
__m___
I think it is great to first try to solve it yourself (aka rtfm). Nevertheless, if you have any questions you think you won't be able to solve yourself, feel free to ask. Especially if it's about the logic structure of the application.
17:32
__m___
@anuditverma1, you are not really lagging behind here so I don't see any problems of you attending ultrahack
17:34
anuditverma1
so If my other mentors would also approve of this
17:34
anuditverma1
*for
17:35
BAndiT1983
__m___ wanted to be the main mentor, it's his decision
17:35
se6astian
hackaton attendence would be fine for me
17:35
BAndiT1983
the code is prepared on my side as backup, if you are attending a hackathon, then i have time for my other things like regular job
17:36
se6astian
how much time for travels, preparations and participation would you consider realistic?
17:37
anuditverma1
If I would, then from 8th and till I return back that would be 12th morning or 13th
17:38
se6astian
sounds good
17:39
__m___
It's one week, I am convinced you will be able to catch up
17:40
anuditverma1
I think I would :)
17:40
__m___
Will you be able to attend our meeting on the 7th?
17:40
anuditverma1
yes I can
17:40
se6astian
great
17:40
__m___
Would be great to discuss the state before you flying.
17:40
__m___
Great
17:40
__m___
So, happy hacking
17:40
se6astian
thats settled then I think
17:40
anuditverma1
okay thanks !
17:40
se6astian
thanks for the report
17:41
se6astian
anyone else got something to report please pm me
17:41
se6astian
in the meantime I will briefly cover some points
17:41
se6astian
-) the new flyers arrived: https://lab.apertus.org/M11#678
17:41
se6astian
this time they are well packed and look good!
17:41
se6astian
we will take them with us to Berlin
17:41
se6astian
-)maker faire berlin coming up this next weekend
17:42
BAndiT1983
looks like axiom packaging
17:43
se6astian
and good news toxitobi our main AXIOM enclosure CAD designer is back and working on the enclosure already again (he might again have to focus on his other projects a bit) but fingers crossed
17:44
se6astian
-) I also focused on Beta wifi setup a bit recently with a small wifi router though (wifi dongle I will receive tomorrow)
17:44
se6astian
the mobile rig looks like this currently: https://cloud.gerade.org/index.php/apps/gallery/s/FziqW31ZskqeiBH#beta-handheld-wifi.jpg
17:45
se6astian
and brand new is controlling the beta through android: with this
17:45
se6astian
https://play.google.com/store/apps/details?id=crosien.HotButton&hl=en
17:45
BAndiT1983
smartphone cases are getting weirder and werider ;)
17:45
se6astian
which allows sending custom ssh commands with each button
17:46
se6astian
BAndiT1983: its just to fix that iphone reception problem... :P
17:46
BAndiT1983
that's your big mistake -> iphone
17:46
se6astian
and we got a press appointment with https://www.cinema5d.com/ on wednesday
17:47
se6astian
which will result in an article if everything works out
17:48
RexO
Etchalento.
17:48
RexO
I have a question max_bxl... Did you complete the temp laser-cut enclosure?
17:49
danieel
left the channel
17:49
danieeel
joined the channel
17:50
se6astian
thats it from my side
17:50
se6astian
no more reports
17:50
se6astian
last topic: next IRC meeting date
17:51
se6astian
in two weeks June 19th?
17:51
se6astian
same time and place?
17:53
max_bxl
<RexO> : not yet : I made changes in the design, but didn't have access to a laser cutter meanwhile
17:53
danieeeel
joined the channel
17:54
davidak1
se6astian: date seams ok with everyone
17:55
anuditverma1
Yes +1
17:55
__m___
great
17:55
se6astian
great
17:55
se6astian
noted
17:55
se6astian
https://wiki.apertus.org/index.php/IRC_Team_Meeting_2017-06-05 are up
17:56
__m___
Good evening
17:56
davidak1
se6astian: thanks for organizing and moderating!
17:56
se6astian
feel free to add extend anything I did not cover properly
17:56
se6astian
my pleasure
17:56
se6astian
thanks everyone for attending
17:56
se6astian
feel free to stick around
17:56
max_bxl
great !
17:56
se6astian
meeting concluded
17:57
danieeel
left the channel
18:00
danieeel
joined the channel
18:04
danieel
joined the channel
18:04
danieeel
left the channel
18:04
danieeeel
left the channel
18:05
slikdigit___
changed nick to: slikdigit
18:23
Vlad_
joined the channel
18:24
Vlad_
left the channel
18:24
Vlad_
joined the channel
18:25
niculescu_vlad_
joined the channel
18:27
niculescu_vlad
left the channel
18:29
niculescu_vlad_
left the channel
18:32
anuditverma1
left the channel
18:59
RexO
left the channel
19:06
dimaursu16
joined the channel
19:06
dimaursu16
left the channel
19:06
dimaursu16
joined the channel
19:15
anuditverma
joined the channel
19:26
anuditverma
__m___, BAndiT1983 could we please prepone our weekly meeting to 6th, Tue same time? It seems I will take an early flight, there is a significant flight connecting gap in between
19:54
Vlad_
left the channel
19:56
max_bxl
left the channel
19:57
danieeel
joined the channel
19:57
danieel
left the channel
20:00
danieeeel
joined the channel
20:00
danieeel
left the channel
20:02
danieeeel
changed nick to: danieel
20:08
BAndiT1983
anuditverma, i could be available at this time, but have to check when my meeting tomorrow is over
20:08
anuditverma
Okay, I will be following the IRC logs for updates
20:10
BAndiT1983
which updates?
20:10
max_bxl
joined the channel
20:11
anuditverma
I mean our meeting will be fixed or not
20:11
BAndiT1983
i will attend our meeting if the team meeting at my regular job is not taking forever to finish
20:12
BAndiT1983
don't know if Malte checks the logs, so you have to ask him if he could be there tomorrow
20:12
anuditverma
Should I send a mail regarding this ?
20:13
BAndiT1983
yes, send him an e-mail
20:13
anuditverma
ok cool
20:18
max_bxl
left the channel
20:28
BAndiT1983
changed nick to: BAndiT1983|away
20:40
anuditverma
left the channel
20:43
se6astian
off to bed
20:43
se6astian
good night
20:43
se6astian
changed nick to: se6astian|away
22:27
intracube
changed nick to: intracube_afk
22:46
intracube_afk
left the channel