Pablo J. Rogina

Results 18 comments of Pablo J. Rogina
trafficstars

Hi, thanks for the response. GCC version: ``` $ gcc --version gcc (Alpine 6.4.0) 6.4.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for...

@juj thank you for the response. I did update my working copy and the assembler errors disappeared; however the full compile didn't build as it stopped at not found. Since...

@juj thanks for the interesting explanation. I'm not sure you need to avoid "the DispmanX GPU API" given that your goal with this driver is speed. I don't know what...

See my [reply](https://github.com/mrniko/netty-socketio/issues/133#issuecomment-49449373) to similar question. Summary: create a file server using already deployed Netty library.

You may want to take a look at [port unification](https://github.com/netty/netty/tree/4.1/example/src/main/java/io/netty/example/portunification) in underlying netty server.

@Maxinim you may want to take a look at this [Netty issue](https://github.com/netty/netty/issues/925) or [this one](https://github.com/netty/netty/issues/1393) also as they mention a way to change Netty's default allocator, along with some suggested...

@wangguixi I'd approach this issue by treating the protobuf protocol data that you want to send/receive as any other binary data that you can send/receive with socket.io protocol. You may...

Are you sure you want to run a server in a device running Android? I mean, most of Android devices are resource constrained so my first impression is "that's not...

Not being proficient with Cordova, it still sounds that netty-socketio is not the component you need/are looking for. Netty-socketio implements the [socket.IO protocol](http://socket.io/) mostly used for real-time communication betwwen a...

@Osmiogrzesznik I guess your use case is not suitable for netty-socketio, which is a server component and which you said you have one setup already. It looks like you're looking...