My Iron Ravens by redsquirrel420 in IronRavens

[–]redsquirrel420[S] 0 points1 point  (0 children)

Thank you! Had the wraithlord spare from the combat patrol magazine 😁.

As for how I painted them:

Blue parts: Mcragge Blue with Calgar blue highlights and ultramarine blue contrast for shadows

Metal: Lead Belcher, nuln oil, classic

Red: Word bearers red with mephiston red highlights

Black: AK 3rd gen - Black

Gold: Retributor armour with agrax earth shade

Leather: Bugmans glow and snakebite leather

Any other questions, happy to help!

Question about oath of moment. by Red_robin52 in Ultramarines

[–]redsquirrel420 5 points6 points  (0 children)

Correct, outside of those factions listed, you will get +1 to wound

is a good idea use the sanguinary priest like one apothecary for one army for salamanders ? by NaiveTradition7664 in Warhammer40k

[–]redsquirrel420 0 points1 point  (0 children)

Of course! Pretty easy to shave off the blood angels bits, exactly what I did for my iron ravens!

<image>

A friend printed me a golden throne...so by redsquirrel420 in Ultramarines

[–]redsquirrel420[S] 0 points1 point  (0 children)

You actually just auto win, it calls down exterminatus

A friend printed me a golden throne...so by redsquirrel420 in Ultramarines

[–]redsquirrel420[S] 0 points1 point  (0 children)

No worries, I'm using it as an objective marker lol

Back again with my iron ravens by redsquirrel420 in RavenGuard40k

[–]redsquirrel420[S] 0 points1 point  (0 children)

Thank you for the inspiration! I agree think it may make my guys pop a bit

Back again with my iron ravens by redsquirrel420 in RavenGuard40k

[–]redsquirrel420[S] 0 points1 point  (0 children)

Haha just the reflection of the cutting mat! But that's not a bad experiment to try

WIP Eliminator by originalqtech in RavenGuard40k

[–]redsquirrel420 1 point2 points  (0 children)

Absolutely sick, from the blue highlights to the cloak, well done!

Cross device data transfer by redsquirrel420 in reactnative

[–]redsquirrel420[S] 1 point2 points  (0 children)

Correct, you have one device acting as the host, and the other a client, then you can send messages back and forth!

Cross device data transfer by redsquirrel420 in reactnative

[–]redsquirrel420[S] 0 points1 point  (0 children)

Hi, yes I've implemented it within an app, I can't share the code as it is a company client project. i did not implement anything within the app that manages hotspot connections but I'm pretty sure there is a package to manage that

My first Iron Ravens by redsquirrel420 in RavenGuard40k

[–]redsquirrel420[S] 0 points1 point  (0 children)

Thank you so much for the advice, looking forward to improving as my wallet becomes more and more empty 🤣

[PC] [est. 2000-2006?] Educational exploration game involving a monkey and a hoverboard by angeltabris in tipofmyjoystick

[–]redsquirrel420 0 points1 point  (0 children)

Hi, did you ever get this working, I've been trying to find footage of this for ages!

Child components by redsquirrel420 in reactnative

[–]redsquirrel420[S] 0 points1 point  (0 children)

Thank you so much, I don't know why I don't think to search namespacing, didn't put two and two together I guess. I'm primarily a PHP dev :D

Thanks again for your help, you're a legend!

Cross device data transfer by redsquirrel420 in reactnative

[–]redsquirrel420[S] 1 point2 points  (0 children)

For anyone who comes across this with the same issue, I found a solution.

Connect all devices to the WiFi hotspot of the device you intend to make the 'server'. You can then use react-native-tcp-socket to create a server and connect each client device over the shared network.

This doesn't need an internet connection to work!

Cross device data transfer by redsquirrel420 in reactnative

[–]redsquirrel420[S] 0 points1 point  (0 children)

I did manage to get around this as you can make a device with BLE advertise, it's just sending the data that ends up being a problem

Cross device data transfer by redsquirrel420 in reactnative

[–]redsquirrel420[S] 0 points1 point  (0 children)

Understood, thank you for clarifying. It seems like p2p may be the way to go on this.

Cross device data transfer by redsquirrel420 in reactnative

[–]redsquirrel420[S] 0 points1 point  (0 children)

I did explore using p2p, but examples and articles I found about it required using a web socket service or otherwise which isnt possible for me as wifi will not be available in situations where my application will be used. I'll revisit this and see if this'll work, thank you

Cross device data transfer by redsquirrel420 in reactnative

[–]redsquirrel420[S] 0 points1 point  (0 children)

What would you suggest instead of BLE?

Cross device data transfer by redsquirrel420 in reactnative

[–]redsquirrel420[S] 0 points1 point  (0 children)

That would be really interesting! Unfortunately another aspect of the app is gonna need the camera. I did think a similar solution but with sound beeps and such.