-
React Native 0.63 running on device by other port solution
React Native Metro bundler is runs on port 8081. And very unlucky my working machine is running a McAfee antivirus with the port 8081. On React Native official sites there are provide two solution Terminating a process on port 8081 or Using a port other than 8081 . Will the first…
-
Android Java - Get Eddystone Beacon Service Data and Convert
On Android Eddystone beacon we can store some useful information inside Namespace and Instance to identify unique beacon. Before Learn and Play CTF event. byte, ASCII text, Decimal and Hex is difficult thing for me. But after learning CTF this become very easy . since this kind of numbers is very…